Skip to content

Commit

Permalink
Try a different upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroneiche committed Nov 21, 2024
1 parent 7c6ff17 commit 1c73627
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@ jobs:
- name: Build project
run: npm run build # Replace with your actual build command


- name: Upload ftp
uses: GenieTim/ftp-action@v4.0.1
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
host: ${{ secrets.FTPES_HOST }}
user: ${{ secrets.FTPES_USERNAME }}
server: ${{ secrets.FTPES_HOST }}
username: ${{ secrets.FTPES_USERNAME }}
password: ${{ secrets.FTPES_PASSWORD }}
localDir: "dist"
remoteDir: ""


local-dir: dist/
protocol: ftps


# - name: Upload files via FTPES with recursive directory creation and curl
# env:
Expand Down

0 comments on commit 1c73627

Please sign in to comment.