This commit is contained in:
parent
127045cf95
commit
c2e79a6c48
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: docker
|
runs-on: nix
|
||||||
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
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: "Build it locally"
|
- name: "Build it locally"
|
||||||
run: ls -lah build
|
run: ls -lah build
|
||||||
- name: copy file via ssh key
|
- name: copy file via ssh key
|
||||||
uses: https://github.com/appleboy/scp-action@v0.1.7
|
uses: https://forgejo.skynet.ie/Skynet/action-scp@v0.1.8
|
||||||
with:
|
with:
|
||||||
host: skynet.skynet.ie
|
host: skynet.skynet.ie
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
|
|
Loading…
Reference in a new issue