diff options
| author | seth <[email protected]> | 2023-11-14 19:38:13 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-14 19:38:13 -0500 |
| commit | f281097023293a482498412d3760f350663b7314 (patch) | |
| tree | 6f89ba89e92645e81acfa73223af044f38b06e1a /.github/workflows | |
| parent | 94dc521310b34b80158d1a0ab65d4daa3a44d81e (diff) | |
systems: nixinate -> deploy-rs (again)
this is for rollbacks during the deploy workflow
Diffstat (limited to '.github/workflows')
| -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" |
