From 4fd9223db9a874aab9df6f7e706bed3ef928cb02 Mon Sep 17 00:00:00 2001 From: blissful Date: Tue, 25 Jun 2024 21:27:37 -0400 Subject: [PATCH] connect to tailscale after building nix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc4a74..0e23332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,11 +64,11 @@ jobs: with: name: sunsetglow authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - name: Build Nix + run: nix build -j8 .#devShells.x86_64-linux.deploy - name: Tailscale uses: tailscale/github-action@v1 with: authkey: ${{ secrets.TAILSCALE_AUTHKEY }} - - name: Build Nix - run: nix build -j8 .#devShells.x86_64-linux.deploy - name: Deploy run: nix develop .#devShells.x86_64-linux.deploy --command levant deploy -log-level=debug -var "artifact_source_url=$ARTIFACT_SOURCE_URL" deploy.nomad