From f281097023293a482498412d3760f350663b7314 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 14 Nov 2023 19:38:13 -0500 Subject: systems: nixinate -> deploy-rs (again) this is for rollbacks during the deploy workflow --- .github/workflows/deploy.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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" -- cgit v1.2.3