From b2150773e5f02053a7e2b9a006acd0ce30371eaf Mon Sep 17 00:00:00 2001 From: Lorwp Date: Tue, 18 Feb 2025 15:11:02 +1100 Subject: [PATCH 1/2] final fuck: Make sure the deploy job continues on errors --- .github/workflows/colmena.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/colmena.yml b/.github/workflows/colmena.yml index 1db5abe..140b20a 100644 --- a/.github/workflows/colmena.yml +++ b/.github/workflows/colmena.yml @@ -77,6 +77,7 @@ jobs: needs: build if: ${{ github.repository == 'tgstation-operations/infrastructure' && github.ref == 'refs/heads/main' }} environment: ${{ matrix.environment }} + continue-on-error: true strategy: matrix: runner: [ubuntu-24.04] From a2b2baa5662a9f17f6ec7c3e336fe1ff0cc523be Mon Sep 17 00:00:00 2001 From: Lorwp Date: Tue, 18 Feb 2025 15:25:03 +1100 Subject: [PATCH 2/2] true final fuck: get the one public key line i missed --- modules/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base.nix b/modules/base.nix index ed834b6..922aff6 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -22,7 +22,7 @@ ]; extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "tgstation-infrastructure:tNpjd5GxK1xymRHsJdBLTpeDScA2mVPdKA/eIOLOE0I=" + "tgstation-infrastructure:aaSrfZGLWk7a+RtcX0NaFYkOs6E4QlJ+5MZ8padOt3o=" ]; trusted-users = ["@wheel"]; };