We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0127679 commit 88eedc6Copy full SHA for 88eedc6
bin/deploy-with-migrations.sh
@@ -22,7 +22,7 @@ REMOTE_HOST="${DEPLOY_REMOTE_HOST:-104.36.23.197}"
22
REMOTE_PORT="${DEPLOY_REMOTE_PORT:-2048}"
23
REMOTE_USER="${DEPLOY_REMOTE_USER:-ubuntu}"
24
REMOTE_DIR="${DEPLOY_REMOTE_DIR:-www/convert2doc.com/pdf}"
25
-SERVICE_NAME=${SERVICE_NAME:-convert2doc-pdf)"
+SERVICE_NAME="${SERVICE_NAME:-convert2doc-pdf)"
26
27
# Create SSH options
28
SSH_OPTS="-p $REMOTE_PORT"
0 commit comments