Skip to content

Commit

Permalink
Bump action version, fix server-dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
paator committed Jan 16, 2024
1 parent e635a95 commit 0c28c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: npm run build

- name: Deploy to FTP Server
uses: SamKirkland/FTP-Deploy-Action@4.1.0
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: build/
server-dir: /public_html/
server-dir: public_html/

0 comments on commit 0c28c25

Please sign in to comment.