Skip to content

Commit

Permalink
connect to tailscale after building nix
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Jun 26, 2024
1 parent 1687c67 commit 4fd9223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fd9223

Please sign in to comment.