diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-18 13:09:07 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-11-18 13:09:07 -0500 |
| commit | e0a174498923dad4d1b9c5b5b3ad6151481a947d (patch) | |
| tree | 0554be0378c253ebc7e440c6cb1181d3fd9b7d45 /.github | |
| parent | 7f97bf7ed41a468633eb71949568d9b022945d07 (diff) | |
| download | xesite-e0a174498923dad4d1b9c5b5b3ad6151481a947d.tar.xz xesite-e0a174498923dad4d1b9c5b5b3ad6151481a947d.zip | |
panasonic $299
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 9e72a4f..096c869 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -27,7 +27,9 @@ jobs: docker push ghcr.io/xe/site - name: deploy if: github.ref == 'refs/heads/main' - run: ./scripts/release.sh + run: | + nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs + ./scripts/release.sh env: NIX_PATH: /nix/var/nix/profiles/per-user/runner/channels DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }} |
