We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac643c6 + 981d694 commit b2c20b1Copy full SHA for b2c20b1
1 file changed
.github/workflows/deploy.yml
@@ -133,7 +133,7 @@ jobs:
133
134
ssh -o StrictHostKeyChecking=yes "$EC2_USER@$EC2_HOST" \
135
"set -euo pipefail; APP_DIR='$APP_DIR'; REL='$REL'; SVC='$SVC'; \
136
- chown -R \"\$SVC:\$SVC\" \"\$APP_DIR/releases/\$REL\"; \
+ echo '==== Finalizing Release ===='; \
137
ln -sfn \"\$APP_DIR/releases/\$REL\" \"\$APP_DIR/current\"; \
138
sudo systemctl daemon-reload; \
139
sudo systemctl restart senifit-front"
0 commit comments