뭐가문제지?

This commit is contained in:
2026-04-07 17:24:59 +09:00
parent dfbc2aa895
commit 123642831e
+2 -2
View File
@@ -29,6 +29,6 @@ jobs:
host: ${{ secrets.GCE_HOST }} host: ${{ secrets.GCE_HOST }}
username: ${{ secrets.GCE_USERNAME }} username: ${{ secrets.GCE_USERNAME }}
key: ${{ secrets.GCE_SSH_KEY }} key: ${{ secrets.GCE_SSH_KEY }}
source: "public/*" source: "public" # 폴더 통째로 지정
target: "/home/dihwang/white-smith-blog/public" # GCE 서버의 웹 서버 경로 target: "/home/dihwang/white-smith-blog" # target의 하위로 public이 들어감
strip_components: 1 strip_components: 1