diff options
| author | seth <[email protected]> | 2023-12-13 15:39:09 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-13 15:42:21 -0500 |
| commit | faa11c9d45949922555bf82dda77804828193fa3 (patch) | |
| tree | 4e21f4d6800e3c2a451a047cdd4365d937cef32c /.github | |
| parent | 109114703b42ba17c8f2a4a347bd4a9ecd1e82d5 (diff) | |
systems: nixinate -> deploy-rs (again (again))
nixinate just hangs as of 163daad93da692fc280036b80f29ca9b65c005d4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a1da783..185ea67 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -47,7 +47,7 @@ jobs: - name: Run deploy run: | nix develop --accept-flake-config \ - --command just deploy-all + --command deploy opentofu: name: Apply OpenTofu plan |
