dryrun for debugging #209

Merged
OpzekerIT merged 1 commit from dev into main 2025-04-03 07:14:12 +00:00
Showing only changes of commit 554861f00f - Show all commits

View file

@ -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