From 4e9c9374550927cb653878388f4779b4c844af39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20H=2E=20Fjeld?= Date: Sat, 4 May 2024 15:45:28 -1000 Subject: [PATCH] [devops] Set Supabase Studio Name --- devops/manage-statbus.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/manage-statbus.sh b/devops/manage-statbus.sh index 67197ddb4..28b51511e 100755 --- a/devops/manage-statbus.sh +++ b/devops/manage-statbus.sh @@ -241,8 +241,8 @@ EOS ./devops/dotenv --file .env set ENABLE_EMAIL_AUTOCONFIRM=true # Disables signup with EMAIL, when ENABLE_EMAIL_SIGNUP=true ./devops/dotenv --file .env set DISABLE_SIGNUP=true - - + # Sets the project name in the Supabase API portal. + ./devops/dotenv --file .env set STUDIO_DEFAULT_PROJECT="$DEPLOYMENT_SLOT_NAME" # Issued At Time: Current timestamp in seconds since the Unix epoch iat=$(date +%s)