diff options
| author | seth <[email protected]> | 2023-11-10 22:15:02 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-10 22:16:06 -0500 |
| commit | d0557cf07dbf0a434fda53239d37477344893225 (patch) | |
| tree | 71290f38164076b6475c4a3bf5dd8bdc64179d67 | |
| parent | 2f707d728eaf3ab865ef4c0f73e7255412ba34bb (diff) | |
ci: use nix run for just
| -rw-r--r-- | .github/workflows/deploy.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fc4b664..3c3c2d0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,8 +33,5 @@ jobs: oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} tags: tag:gha - - name: enter dev shell - run: nix develop - - name: deploy all systems - run: just da + run: nix run nixpkgs#just deploy-all |
