Skip to content

Commit dfe25ff

Browse files
committed
feat: target out folder
1 parent 485e900 commit dfe25ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- fix-36-copy-project
78

89
jobs:
910
deploy:
@@ -39,7 +40,7 @@ jobs:
3940
password: ${{ secrets.PYDAY_PASS }}
4041
port: ${{ secrets.PYDAY_PORT }}
4142
source: "out"
42-
target: ""
43+
target: "out"
4344

4445
- name: Copia out a public
4546
uses: appleboy/ssh-action@v1

0 commit comments

Comments
 (0)