Skip to content

Commit

Permalink
HOTFIX: fixing ftp server name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ytalo Borja committed Oct 14, 2023
1 parent 5f59dff commit cb2ae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perujug_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: FTP to Host
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.PERUJUG_FTP_CICD_SERVER }}
server: ftp.perujug.org
username: ${{ secrets.PERUJUG_FTP_CICD_USERNAME }}
password: ${{ secrets.PERUJUG_FTP_CICD_PASSWORD }}
dry-run: false
Expand Down

0 comments on commit cb2ae48

Please sign in to comment.