Skip to content

Commit de53dae

Browse files
committed
fix: target relative home path
1 parent dfe25ff commit de53dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.PYDAY_PASS }}
4141
port: ${{ secrets.PYDAY_PORT }}
4242
source: "out"
43-
target: "out"
43+
target: "."
4444

4545
- name: Copia out a public
4646
uses: appleboy/ssh-action@v1

0 commit comments

Comments
 (0)