Skip to content

Commit b2c20b1

Browse files
authored
Merge pull request #86 from Team-Senifit/release-1.0.1
deploy 수정
2 parents ac643c6 + 981d694 commit b2c20b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
ssh -o StrictHostKeyChecking=yes "$EC2_USER@$EC2_HOST" \
135135
"set -euo pipefail; APP_DIR='$APP_DIR'; REL='$REL'; SVC='$SVC'; \
136-
chown -R \"\$SVC:\$SVC\" \"\$APP_DIR/releases/\$REL\"; \
136+
echo '==== Finalizing Release ===='; \
137137
ln -sfn \"\$APP_DIR/releases/\$REL\" \"\$APP_DIR/current\"; \
138138
sudo systemctl daemon-reload; \
139139
sudo systemctl restart senifit-front"

0 commit comments

Comments
 (0)