summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yaml5
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