We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac909e9 commit ae9ee24Copy full SHA for ae9ee24
.github/workflows/build.yml
@@ -24,11 +24,10 @@ jobs:
24
npm run build
25
26
- name: 📂 Sync files
27
- uses: SamKirkland/[email protected]
+ uses: SamKirkland/web-deploy@v1
28
with:
29
- server: reference8.com
30
- username: ${{ secrets.SERVER_USERNAME }}
31
- password: ${{ secrets.SERVER_PASSWORD }}
32
- port: 65002
33
- protocol: ftps
34
- 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 commit comments