test
Some checks failed
/ build (push) Failing after 18s

This commit is contained in:
vanten-s 2024-07-21 23:08:14 +02:00
parent f4b9c1310f
commit 412c5ddefb
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -13,4 +13,4 @@ jobs:
- run: chmod go-r .ssh/id_ed25519
- run: git clone https://forgejo.vanten-s.com/vanten-s/vanten-s.com src
- run: hugo -s src
- run: scp -P 24 -o "IdentityFile=.ssh/id_ed25519" -r src/public svante@vanten-s.com:nginx-docker/vanten-s.com/
- run: scp -P 24 -i .ssh/id_ed25519 -r src/public svante@vanten-s.com:nginx-docker/vanten-s.com/