Skip to content

Commit

Permalink
Update buildcnd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Aug 29, 2024
1 parent 685323a commit d7d7291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildcnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
run: npm run build

- name: Deploy to FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.0
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: ftp://storage.bunnycdn.com
server: storage.bunnycdn.com
username: ${{ secrets.STORAGE_NAME }}
password: ${{ secrets.STORAGE_PASSWORD }}
local-dir: ./dist/
Expand Down

0 comments on commit d7d7291

Please sign in to comment.