This commit is contained in:
parent
127045cf95
commit
c2e79a6c48
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: docker
|
||||
runs-on: nix
|
||||
steps:
|
||||
# get the repo first
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: "Build it locally"
|
||||
run: ls -lah build
|
||||
- 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:
|
||||
host: skynet.skynet.ie
|
||||
username: ${{ secrets.USERNAME }}
|
||||
|
|
Loading…
Reference in a new issue