commit
126af96a5a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dtchsyn.yml
vendored
3
.github/workflows/dtchsyn.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
- name: SFTP upload
|
- name: SFTP upload
|
||||||
uses: Dylan700/sftp-upload-action@latest
|
uses: Dylan700/sftp-upload-action@latest
|
||||||
with:
|
with:
|
||||||
|
dry-run: true
|
||||||
server: ${{secrets.SYNADDR}}
|
server: ${{secrets.SYNADDR}}
|
||||||
username: ${{secrets.SYNUSR}}
|
username: ${{secrets.SYNUSR}}
|
||||||
password: ${{secrets.SYNPASS}}
|
password: ${{secrets.SYNPASS}}
|
||||||
|
|
@ -32,6 +33,6 @@ jobs:
|
||||||
uploads: |
|
uploads: |
|
||||||
./ => ${{ env.DESTINATION }}
|
./ => ${{ env.DESTINATION }}
|
||||||
ignore: |
|
ignore: |
|
||||||
*.git
|
.git
|
||||||
config.php
|
config.php
|
||||||
data/**/*.json
|
data/**/*.json
|
||||||
Loading…
Add table
Add a link
Reference in a new issue