We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da4b6e commit 904bbaaCopy full SHA for 904bbaa
1 file changed
.github/workflows/deploy-main.yml
@@ -83,7 +83,7 @@ jobs:
83
# 전송된 압축 배포파일을 압축풀기
84
- name: Release Compressed File
85
run: |
86
- ssh sweepic-ec2 'sudo tar -xzvf /opt/app/dist.tar.gz
+ ssh sweepic-ec2 'sudo tar -xzvf /opt/app/dist.tar.gz'
87
88
89
# 원격 서버에서 애플리케이션을 Systemd 서비스로 등록하는 과정
0 commit comments