Skip to content

Commit

Permalink
Update ftp-deploy-assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Max1234-Ita authored Oct 27, 2024
1 parent d28ce4d commit cddb0b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ftp-deploy-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
uses: actions/checkout@v3

# Upload via FTP
- name: FTP D eploy
- name: FTP Deploy
uses: Max1234-ita/[email protected]
with:
server: ${{ secrets.GUIDAOSMAND_SERVER }}
username: ${{ secrets.GUIDAOSMAND_USERNAME }}
password: ${{ secrets.GUIDAOSMAND_PASSWORD }}
password: ${{ secrets.GUIDAOSMAND_PASSWORD }}
remote-dir: /public_html/asset
include: |
*.pdf

0 comments on commit cddb0b6

Please sign in to comment.