1
0
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:
Eli
2023-09-11 20:41:41 -04:00
committed by GitHub
parent 1b4e383d0c
commit e461cf6ecb

View File

@@ -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 }}