parent
570936fd97
commit
73fa720350
1 changed files with 9 additions and 1 deletions
|
@ -12,4 +12,12 @@ jobs:
|
|||
tool: zola@0.17.1
|
||||
- run: pwd
|
||||
- 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