1 parent a0d8933 commit a0aacf9Copy full SHA for a0aacf9
1 file changed
scripts/deploy-production.sh
@@ -72,7 +72,7 @@ deploy_remote() {
72
"export DOCKER_USERNAME=$DOCKER_USERNAME; \
73
export DOCKER_PASSWORD=$DOCKER_PASSWORD; \
74
export APP_DIR=$APP_DIR; \
75
- bash -s" < "$0" --local
+ bash -s -- --local" < "$0"
76
}
77
78
# Parse command line arguments
0 commit comments