Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Correct-Syntax committed Jan 19, 2025
1 parent ac909e9 commit ae9ee24
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
npm run build
- name: 📂 Sync files
uses: SamKirkland/[email protected]
uses: SamKirkland/web-deploy@v1
with:
server: reference8.com
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
port: 65002
protocol: ftps
server-dir: /domains/reference8.com/public_html/
target-server: reference8.com
remote-user: ${{ secrets.SERVER_USERNAME }}
private-ssh-key: ${{ secrets.SERVER_SSH_KEY }}
ssh-port: 65002
destination-path: /domains/reference8.com/public_html/

0 comments on commit ae9ee24

Please sign in to comment.