Skip to content

Commit 50b1eb1

Browse files
authored
Remove /src path
1 parent e900e55 commit 50b1eb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
- name: rsync prod1
1414
uses: burnett01/rsync-deployments@7.1.0
1515
with:
1616
switches: -avzr --delete
17-
path: src/
1817
remote_path: ${{ secrets.REMOTE_PATH }}
1918
remote_host: ${{ secrets.REMOTE_HOST_1 }}
2019
remote_port: ${{ secrets.REMOTE_PORT }}
@@ -27,7 +26,6 @@ jobs:
2726
uses: burnett01/rsync-deployments@7.1.0
2827
with:
2928
switches: -avzr --delete
30-
path: src/
3129
remote_path: ${{ secrets.REMOTE_PATH }}
3230
remote_host: ${{ secrets.REMOTE_HOST_2 }}
3331
remote_port: ${{ secrets.REMOTE_PORT }}

0 commit comments

Comments
 (0)