Add new action for deploy
This commit is contained in:
parent
a9f73f8083
commit
f8266c625a
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/deploy.yaml
Normal file
11
.forgejo/workflows/deploy.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs_on: docker
|
||||||
|
steps:
|
||||||
|
- uses: checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
|
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
- run: 'nix develop --command deploy .'
|
Loading…
Reference in a new issue