move server
All checks were successful
GitHub Pages / deploy (push) Successful in 14s

This commit is contained in:
Kekskurse 2023-07-21 19:35:05 +02:00
parent 248d394219
commit b05ba9d325
Signed by: kekskurse
GPG key ID: 728ACCB59341E7E4

View file

@ -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