diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4cd02fe..cee7095 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,8 +1,8 @@ name: deploy systems on: - #check_suite: - # types: [completed] + push: + branches: [main] workflow_dispatch: jobs: @@ -34,4 +34,7 @@ jobs: EOF - name: deploy all systems - run: nix run nixpkgs#just deploy-all + run: | + nix develop --accept-flake-config \ + --command bash \ + --comand "just deploy-all" |
