ci: use different action
This commit is contained in:
parent
df8a10c75b
commit
d1adebc9dd
1 changed files with 7 additions and 8 deletions
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
|
@ -28,12 +28,11 @@ jobs:
|
|||
- name: Test
|
||||
run: npm run test
|
||||
|
||||
- name: Deploy
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
- name: "Deploy"
|
||||
uses: milanmk/actions-file-deployer@master
|
||||
with:
|
||||
server: ${{ secrets.SFTP_HOST }}
|
||||
port: 22 # Default SFTP port
|
||||
username: ${{ secrets.SFTP_USERNAME }}
|
||||
password: ${{ secrets.SFTP_PASSWORD }}
|
||||
local-dir: "./out/"
|
||||
server-dir: "/root/www-aaronjy-me/"
|
||||
remote-protocol: "sftp"
|
||||
remote-host: ${{ secrets.SFTP_HOST }}
|
||||
remote-user: ${{ secrets.SFTP_USERNAME }}
|
||||
remote-password: ${{ secrets.SFTP_PASSWORD }}
|
||||
remote-path: "/root/www-aaronjy-me/"
|
Loading…
Add table
Reference in a new issue