Add new action for deploy

This commit is contained in:
Chris Dombroski 2024-11-12 20:51:36 -05:00
parent a9f73f8083
commit f8266c625a

View 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 .'