feat: now runs on docker not baremetal nix

This commit is contained in:
silver 2024-09-23 22:31:47 +01:00
parent 9d63523ec7
commit afe9aeb929
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -9,21 +9,20 @@ on:
jobs: jobs:
build: build:
# 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
# Make sure all files are pulled down # Make sure all files are pulled down
- name: "Get LFS objects" - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v6
uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3
with: with:
repository: ${{ gitea.repository }} repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }} ref_name: ${{ gitea.ref_name }}
# temp one just to get it "built" # temp one just to get it "built"
- name: "Deploy" - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v6
uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
with: with:
ssh_key: ${{ secrets.SSH_KEY }} ssh_key: ${{ secrets.SSH_KEY }}
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
folder: "src" folder: "src"
# uncomment below if you want to deploy to a subfolder
#destination: "subfolder" #destination: "subfolder"