This commit is contained in:
parent
856862519e
commit
127045cf95
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
Loading…
Reference in a new issue