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,7 +29,7 @@ jobs:
- name: copy file via ssh password
uses: https://github.com/appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.HOST }}
host: "static.keks.cloud"
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
source: "public/*"