Browse Source

Point to the web alias for shared albums during nightly deployments

Manav Rathi 1 year ago
parent
commit
de166645b0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/web-nightly.yml

+ 2 - 0
.github/workflows/web-nightly.yml

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