Skip to content

Commit b3d1e43

Browse files
authored
Fix 36 copy project (#37)
* feat: target out folder * fix: target relative home path * feat: empty commit for testing * fix: rm branches for testing
1 parent 485e900 commit b3d1e43

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
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.PYDAY_PASS }}
4040
port: ${{ secrets.PYDAY_PORT }}
4141
source: "out"
42-
target: ""
42+
target: "."
4343

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

0 commit comments

Comments
 (0)