Skip to content

Commit

Permalink
[devops] Set Supabase Studio Name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed May 5, 2024
1 parent 394bdbe commit 4e9c937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/manage-statbus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e9c937

Please sign in to comment.