Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Dec 28, 2024
1 parent 94f5889 commit c58842e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
- name: Test
run: npm test

# - name: Upload build
# uses: sebastianpopp/ftp-action@releases/v2
# with:
# host: ${{ secrets.FTP_SERVER }}
# user: ${{ secrets.FTP_USERNAME }}
# password: ${{ secrets.FTP_PASSWORD }}
# localDir: "dist/"
# remoteDir: "/"
- name: Upload build
uses: sebastianpopp/ftp-action@releases/v2
with:
host: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
localDir: "dist/"
remoteDir: "/"

create_release:
name: Create release
Expand Down

0 comments on commit c58842e

Please sign in to comment.