/home/dihwang -> /var/www 로 경로 변경

This commit is contained in:
2026-04-10 11:21:08 +09:00
parent bf1c660ed9
commit d3de1706be
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
username: ${{ secrets.GCE_USERNAME }} username: ${{ secrets.GCE_USERNAME }}
key: ${{ secrets.GCE_SSH_KEY }} key: ${{ secrets.GCE_SSH_KEY }}
script: | script: |
cd /home/dihwang/white-smith-blog/public cd /var/www/white-smith-blog/public
# 3. 서버에 남아있는 유령 파일들 싹 제거 (매우 중요) # 3. 서버에 남아있는 유령 파일들 싹 제거 (매우 중요)
find . -mindepth 1 -delete find . -mindepth 1 -delete
# 4. 압축 해제 # 4. 압축 해제