publish website
Some checks failed
/ build (push) Failing after -1m59s

This commit is contained in:
Peter Tillemans 2024-05-26 20:25:00 +02:00
parent 570936fd97
commit 73fa720350

View file

@ -13,3 +13,11 @@ jobs:
- run: pwd
- run: find .
- 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/"