panasonic $299
This commit is contained in:
parent
7f97bf7ed4
commit
e0a1744989
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue