Jelajahi Sumber

Always connect to production

Manav Rathi 1 tahun lalu
induk
melakukan
1c2d781cba
1 mengubah file dengan 0 tambahan dan 4 penghapusan
  1. 0 4
      scripts/deploy.sh

+ 0 - 4
scripts/deploy.sh

@@ -25,10 +25,6 @@ elif test "$CF_PAGES_BRANCH" = "accounts-release"; then
     yarn export:accounts
     yarn export:accounts
     cp -R apps/accounts/out .
     cp -R apps/accounts/out .
 else
 else
-    # Apart from the named branches, everything else connects to the dev APIs.
-    export NEXT_PUBLIC_ENTE_ENDPOINT=https://dev-api.ente.io
-    export NEXT_PUBLIC_ENTE_ALBUM_ENDPOINT=https://dev-albums.ente.io
-
     yarn export:photos
     yarn export:photos
     cp -R apps/photos/out .
     cp -R apps/photos/out .
 fi
 fi