Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenijo committed Dec 10, 2024
1 parent be2303f commit 92559e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_sftp composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.SYNOLOGY_SERVER_PASSWORD }}
localDir: './'
remoteDir: '/web/feedpiper/'
exclude: '**/.git*,**/.git*/**,**/simplehtmldom/manual/**,**/simplehtmldom/example/**,**/simplepie/src/**'
exclude: '**/.git*,**/.git*/,**/simplehtmldom/manual/,**/simplehtmldom/example/,**/simplepie/src/'

- name: Creating cache folder
# https://github.com/marketplace/actions/ssh-remote-commands
Expand Down

0 comments on commit 92559e5

Please sign in to comment.