panasonic $299
This commit is contained in:
parent
7f97bf7ed4
commit
e0a1744989
|
@ -27,7 +27,9 @@ jobs:
|
||||||
docker push ghcr.io/xe/site
|
docker push ghcr.io/xe/site
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: github.ref == 'refs/heads/main'
|
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:
|
env:
|
||||||
NIX_PATH: /nix/var/nix/profiles/per-user/runner/channels
|
NIX_PATH: /nix/var/nix/profiles/per-user/runner/channels
|
||||||
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
|
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue