Skip to content

Commit

Permalink
HOTFIX: adding dry run to copy files to ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ytalo Borja committed Oct 14, 2023
1 parent 050e66e commit fb90830
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/perujug_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
working-directory: _site

- name: FTP to Host
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.PERUJUG_FTP_CICD_SERVER }}
username: ${{ secrets.PERUJUG_FTP_CICD_USERNAME }}
password: ${{ secrets.PERUJUG_FTP_CICD_PASSWORD }}
dry-run: true

0 comments on commit fb90830

Please sign in to comment.