Test
Some checks failed
/ build (push) Failing after 24s

This commit is contained in:
vanten-s 2024-07-21 22:52:22 +02:00
parent d09a1580e6
commit 34cdd91548
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -7,6 +7,9 @@ jobs:
steps: steps:
- run: apk add hugo - run: apk add hugo
- run: apk add git - run: apk add git
- run: apk add openssh
- run: mkdir .ssh
- run: echo "${{ secrets.KEY }}" > .ssh/id_ed25519
- run: git clone https://forgejo.vanten-s.com/vanten-s/vanten-s.com . - run: git clone https://forgejo.vanten-s.com/vanten-s/vanten-s.com .
- run: hugo - run: hugo
- run: ls - run: scp -o "Port 24" -r public svante@vanten-s.com:nginx-docker/vanten-s.com/