Skip to content

Commit 88eedc6

Browse files
committed
fix service name that was hard coded3
1 parent 0127679 commit 88eedc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy-with-migrations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ REMOTE_HOST="${DEPLOY_REMOTE_HOST:-104.36.23.197}"
2222
REMOTE_PORT="${DEPLOY_REMOTE_PORT:-2048}"
2323
REMOTE_USER="${DEPLOY_REMOTE_USER:-ubuntu}"
2424
REMOTE_DIR="${DEPLOY_REMOTE_DIR:-www/convert2doc.com/pdf}"
25-
SERVICE_NAME=${SERVICE_NAME:-convert2doc-pdf)"
25+
SERVICE_NAME="${SERVICE_NAME:-convert2doc-pdf)"
2626
2727
# Create SSH options
2828
SSH_OPTS="-p $REMOTE_PORT"

0 commit comments

Comments
 (0)