Point to the web alias for shared albums during nightly deployments
This commit is contained in:
parent
9711e0e29e
commit
de166645b0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/web-nightly.yml
vendored
2
.github/workflows/web-nightly.yml
vendored
|
@ -80,6 +80,8 @@ jobs:
|
|||
|
||||
- name: Build photos
|
||||
run: yarn build:photos
|
||||
env:
|
||||
NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT: https://albums.ente.sh
|
||||
|
||||
- name: Publish photos
|
||||
uses: cloudflare/pages-action@1
|
||||
|
|
Loading…
Reference in a new issue