data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: build

dusk 6645188f 3c379c75

+2 -4
+2 -4
.forgejo/workflows/deploy.yaml .forgejo/workflows/build.yaml
··· 1 - name: deploy to server 1 + name: build website 2 2 3 3 on: 4 4 push: 5 - tags: 6 - - 'latest' 7 5 workflow_dispatch: 8 6 9 7 jobs: ··· 17 15 with: 18 16 name: gazesys-infra 19 17 authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' 20 - - run: nix run .#nh -- os build -H wolumonde . 18 + - run: nix build . -L --show-trace