diff --git a/crates/collab/k8s/environments/nightly.sh b/crates/collab/k8s/environments/nightly.sh deleted file mode 100644 index 49c562437bee4a06308c1a369f56545ad8edae14..0000000000000000000000000000000000000000 --- a/crates/collab/k8s/environments/nightly.sh +++ /dev/null @@ -1,4 +0,0 @@ -ZED_ENVIRONMENT=nightly -RUST_LOG=info -INVITE_LINK_PREFIX=https://zed.dev/invites/ -DATABASE_MAX_CONNECTIONS=10 diff --git a/crates/collab/k8s/environments/preview.sh b/crates/collab/k8s/environments/preview.sh deleted file mode 100644 index 132a1ef53c2b84bb97659b15800888b195b9de65..0000000000000000000000000000000000000000 --- a/crates/collab/k8s/environments/preview.sh +++ /dev/null @@ -1,4 +0,0 @@ -ZED_ENVIRONMENT=preview -RUST_LOG=info -INVITE_LINK_PREFIX=https://zed.dev/invites/ -DATABASE_MAX_CONNECTIONS=10 diff --git a/script/deploy-collab b/script/deploy-collab index 54442d5ddfc89fe74475914e5c99e4a63c8b059b..7bda42c4249e1966bea179f7a658c9f20b23223c 100755 --- a/script/deploy-collab +++ b/script/deploy-collab @@ -4,7 +4,7 @@ set -eu source script/lib/deploy-helpers.sh if [[ $# < 2 ]]; then - echo "Usage: $0 " + echo "Usage: $0 " exit 1 fi environment=$1 diff --git a/script/deploy-postgrest b/script/deploy-postgrest index f94a1402745956c987056b2c3305581c2ddfea56..14fbd50e301b814101036a04922cd8c93f895e83 100755 --- a/script/deploy-postgrest +++ b/script/deploy-postgrest @@ -9,11 +9,6 @@ if [[ $# < 1 ]]; then fi environment=$1 -if [[ ${environment} == "preview" || ${environment} == "nightly" ]]; then - echo "website does not exist in preview or nightly" - exit 1 -fi - export_vars_for_environment ${environment} export ZED_DO_CERTIFICATE_ID=$(doctl compute certificate list --format ID --no-header) diff --git a/script/what-is-deployed b/script/what-is-deployed index c0f9b234878527da913ba320ffcca89d094b2c32..cbf73255dd8247bb3f3f0f261d14a0d75b12ee3d 100755 --- a/script/what-is-deployed +++ b/script/what-is-deployed @@ -4,7 +4,7 @@ set -eu source script/lib/deploy-helpers.sh if [[ $# < 1 ]]; then - echo "Usage: $0 " + echo "Usage: $0 " exit 1 fi environment=$1