This commit is contained in:
parent
856862519e
commit
127045cf95
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# build it using teh base nixos system, helps with caching
|
# build it using teh base nixos system, helps with caching
|
||||||
runs-on: nix
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
# get the repo first
|
# get the repo first
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
@ -30,5 +30,5 @@ jobs:
|
||||||
host: skynet.skynet.ie
|
host: skynet.skynet.ie
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
source: "build"
|
source: "build/*"
|
||||||
target: "~/public_html/"
|
target: "~/public_html/"
|
Loading…
Reference in a new issue