ci: actually use lfs objects in building
All checks were successful
On_Push / build (push) Successful in 14s
On_Push / deploy (push) Successful in 11s

This commit is contained in:
silver 2024-08-11 21:50:25 +01:00
parent 871ecc6c23
commit a9fba1bb9c

View file

@ -16,6 +16,11 @@ jobs:
steps:
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4
- name: "Get LFS objects"
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/get_lfs@v3
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
- name: "Build it locally"
run: nix build --verbose
@ -26,7 +31,7 @@ jobs:
needs: [ build ]
steps:
- name: "Deploy to Skynet"
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet@v2
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/deploy@v3
with:
input: 'skynet_website'
token: ${{ secrets.API_TOKEN_FORGEJO }}