diff options
| author | seth <[email protected]> | 2023-12-13 17:26:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-13 17:26:10 -0500 |
| commit | 6b287e10a08e214039bb658bbc7e32d69c95883e (patch) | |
| tree | e0208af471356e419305795db383fe65d30b366d /.github/workflows | |
| parent | faa11c9d45949922555bf82dda77804828193fa3 (diff) | |
actions: temporarily disable opentofu again
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yaml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 185ea67..5baeeab 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -49,35 +49,35 @@ jobs: nix develop --accept-flake-config \ --command deploy - opentofu: - name: Apply OpenTofu plan - needs: nixos + #opentofu: + # name: Apply OpenTofu plan + # needs: nixos - runs-on: ubuntu-latest + # runs-on: ubuntu-latest - concurrency: - group: tofu - cancel-in-progress: true + # concurrency: + # group: tofu + # cancel-in-progress: true - steps: - - uses: actions/checkout@v4 + # steps: + # - uses: actions/checkout@v4 - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + # - name: Install Nix + # uses: DeterminateSystems/nix-installer-action@v9 - - name: Setup local Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v2 + # - name: Setup local Nix cache + # uses: DeterminateSystems/magic-nix-cache-action@v2 - - name: Setup OpenTofu - uses: opentofu/setup-opentofu@v1 - with: - cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} + # - name: Setup OpenTofu + # uses: opentofu/setup-opentofu@v1 + # with: + # cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - - name: Setup OpenTofu cache - uses: terraform-cache/terraform-cache@v1 + # - name: Setup OpenTofu cache + # uses: terraform-cache/terraform-cache@v1 - - name: Run plan - run: nix run .#plan + # - name: Run plan + # run: nix run .#plan - - name: Apply - run: tofu apply -auto-approve + # - name: Apply + # run: tofu apply -auto-approve |
