Skip to content

Commit

Permalink
ci: ftp update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Mar 9, 2024
1 parent e0ee450 commit 0f69ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: cd web-canada && npm i
- run: cd web-canada && npm run build
- name: Sync to FTP
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
uses: SamKirkland/FTP-Deploy-Action@latest
with:
server: ${{ secrets.FTP_SERVER_CANADA }}
username: ${{ secrets.FTP_USER_CANADA }}
Expand Down

0 comments on commit 0f69ee8

Please sign in to comment.