This commit is contained in:
parent
248d394219
commit
b05ba9d325
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: copy file via ssh password
|
||||
uses: https://github.com/appleboy/scp-action@v0.1.4
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
host: "static.keks.cloud"
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
source: "public/*"
|
||||
|
|
Reference in a new issue