Skip to content

Commit

Permalink
change workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Chavez authored and Dan Chavez committed Oct 14, 2024
1 parent b038ad4 commit 5d45a12
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
run: ls -la

- name: 📂 Deploy to FTP
uses: SamKirkland/[email protected]
uses: sand4rt/[email protected]
with:
server: ${{ secrets.FTP_SERVER }}
sftp: false
host: ${{ secrets.FTP_SERVER }}
port: 21
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./dist/
server-dir: ${{ secrets.FTP_DIR }}
remote_folder: ${{ secrets.FTP_DIR }}
local_folder: ./dist
cleanup: false
passive: true

0 comments on commit 5d45a12

Please sign in to comment.