test: testing 2
Some checks failed
On_Push / build (push) Failing after 17s

This commit is contained in:
silver 2024-09-22 20:29:41 +01:00
parent 856862519e
commit 127045cf95
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -12,7 +12,7 @@ on:
jobs:
build:
# build it using teh base nixos system, helps with caching
runs-on: nix
runs-on: docker
steps:
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4
@ -30,5 +30,5 @@ jobs:
host: skynet.skynet.ie
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
source: "build"
source: "build/*"
target: "~/public_html/"