panasonic $299

This commit is contained in:
Cadey Ratio 2020-11-18 13:09:07 -05:00
parent 7f97bf7ed4
commit e0a1744989
1 changed files with 3 additions and 1 deletions

View File

@ -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 }}