test: testing 3
Some checks failed
On_Push / build (push) Failing after 26s

This commit is contained in:
silver 2024-09-22 21:20:25 +01:00
parent 127045cf95
commit c2e79a6c48
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: 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 }}