parent
570936fd97
commit
73fa720350
1 changed files with 9 additions and 1 deletions
|
@ -13,3 +13,11 @@ jobs:
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: find .
|
- run: find .
|
||||||
- run: zola build
|
- run: zola build
|
||||||
|
- name: copy file via ssh password
|
||||||
|
uses: appleboy/scp-action@v0.1.7
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.HOST }}
|
||||||
|
username: ${{ secrets.USERNAME }}
|
||||||
|
key: ${{ secrets.KEY }}
|
||||||
|
source: "public/*"
|
||||||
|
target: "/usr/share/nginx/snamellit/"
|
Loading…
Reference in a new issue