Browse Source

Point to the web alias for shared albums during nightly deployments

Manav Rathi 1 năm trước cách đây
mục cha
commit
de166645b0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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