Skip to content

Commit

Permalink
update na ftps
Browse files Browse the repository at this point in the history
  • Loading branch information
KubloPL committed Mar 24, 2024
1 parent 115bdc9 commit e955410
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
- name: Build
run: npm run build

- name: Deploy to SFTP
- name: Deploy to FTPS
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.SFTP_SERVER }}
username: ${{ secrets.SFTP_USERNAME }}
password: ${{ secrets.SFTP_PASSWORD }}
server: ${{ secrets.FTPS_SERVER }}
username: ${{ secrets.FTPS_USERNAME }}
password: ${{ secrets.FTPS_PASSWORD }}
server-dir: /srv/dev-disk-by-uuid-f4fc2a45-bf9e-4201-8897-946abbcea427/Users/iteam/site_files/
protocol: ftps
port: 21

0 comments on commit e955410

Please sign in to comment.