diff options
| author | seth <[email protected]> | 2023-11-19 05:35:26 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-19 05:35:26 -0500 |
| commit | c1321f0ebdb7bcfe3eef2c507922ef624f91d195 (patch) | |
| tree | 17aa76223ed18215e08f4f8ffb4f645bbf2025bb /.github/workflows | |
| parent | a35d149e0a9071a9892a8148022abc645d24ea6e (diff) | |
actions: use magic-nix-cache during deploy
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b9691a5..9caf2df 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,6 +25,9 @@ jobs: - name: Install Nix uses: nixbuild/nix-quick-install-action@v26 + - name: Setup local Nix cache + uses: DeterminateSystems/magic-nix-cache-action@v2 + - name: Connect to Tailscale uses: tailscale/github-action@v2 with: @@ -32,7 +35,7 @@ jobs: oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} tags: tag:gha - - name: + - name: Add pubkeys to known_hosts run: | set -eux |
