Skip to content

Commit

Permalink
Try with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 3, 2023
1 parent d3d0165 commit d1e7d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ echo "Deleting old image"
ssh -o StrictHostKeyChecking=no -i key.pem azureuser@"$BACKEND_DOMAIN" "docker system prune -f || echo 'No images to delete'"

echo "INFO: starting docker container"
ssh -o StrictHostKeyChecking=no -i key.pem azureuser@"$BACKEND_DOMAIN" "docker run --name wasp-backend -e PORT=$PORT -e DATABASE_URL=$DATABASE_URL -e WASP_WEB_CLIENT_URL=$WASP_WEB_CLIENT_URL -e JWT_SECRET=$JWT_SECRET ghcr.io/$GITHUB_REPOSITORY:$TAG -d"
ssh -o StrictHostKeyChecking=no -i key.pem azureuser@"$BACKEND_DOMAIN" "docker run --name wasp-backend -e PORT='$PORT' -e DATABASE_URL='$DATABASE_URL' -e WASP_WEB_CLIENT_URL='$WASP_WEB_CLIENT_URL' -e JWT_SECRET='$JWT_SECRET' ghcr.io/$GITHUB_REPOSITORY:$TAG -d"

0 comments on commit d1e7d91

Please sign in to comment.