뭐가문제지?
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user