浏览代码

Point to the web alias for shared albums during nightly deployments

Manav Rathi 1 年之前
父节点
当前提交
de166645b0
共有 1 个文件被更改,包括 2 次插入0 次删除
  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