WIP: Change nightly builds to deploy from each push to main (and change name)

Fixes #6749
This commit is contained in:
Pierre Jacquier
2025-05-10 13:15:55 -04:00
parent 4fb7065ddf
commit 24c46c70fe
17 changed files with 100 additions and 153 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
base_dir="/releases/modeling-app"
if [[ $1 = "--nightly" ]]; then
base_dir="/releases/modeling-app/nightly"
if [[ $1 = "--staging" ]]; then
base_dir="/releases/modeling-app/staging"
fi
echo "Invalidating json and yml files at $base_dir in the download bucket"