mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 07:54:36 +00:00
Add scripts/cmdeploy
This commit is contained in:
6
scripts/cmdeploy
Executable file
6
scripts/cmdeploy
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Wrapper for cmdelpoy to run it in activated virtualenv.
|
||||
set -e
|
||||
. venv/bin/activate
|
||||
cmdeploy "$@"
|
||||
Reference in New Issue
Block a user