mirror of
https://github.com/elisspace/blog-test.git
synced 2026-08-29 15:43:52 +00:00
fixed to scp-action, not ssh-action
This commit is contained in:
2
.github/workflows/ssh_deploy.yml
vendored
2
.github/workflows/ssh_deploy.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
# Sync the _site folder to remote server
|
||||
- name: Deploy to Server via SSH
|
||||
uses: appleboy/ssh-action@master
|
||||
uses: appleboy/scp-action@master
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user