Skip to content

Commit a0aacf9

Browse files
committed
deployment bug fix
1 parent a0d8933 commit a0aacf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-production.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ deploy_remote() {
7272
"export DOCKER_USERNAME=$DOCKER_USERNAME; \
7373
export DOCKER_PASSWORD=$DOCKER_PASSWORD; \
7474
export APP_DIR=$APP_DIR; \
75-
bash -s" < "$0" --local
75+
bash -s -- --local" < "$0"
7676
}
7777

7878
# Parse command line arguments

0 commit comments

Comments
 (0)