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