Skip to content

Commit

Permalink
HOTFIX: fixing server ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ytalo Borja committed Oct 14, 2023
1 parent c8ff0c1 commit ae546eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jconf_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/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.JCONF_FTP_CICD_USERNAME }}
server: ${{ secrets.JCONF_FTP_CICD_SERVER }}
username: ${{ secrets.JCONF_FTP_CICD_USERNAME }}
password: ${{ secrets.JCONF_FTP_CICD_PASSWORD }}
dry-run: true
Expand Down

0 comments on commit ae546eb

Please sign in to comment.