1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Remove Caddy from preview envs (#26336)

* remove caddy from preview envs

* fix: remove location from template

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
This commit is contained in:
Mike Surowiec
2022-03-22 10:47:53 -04:00
committed by GitHub
parent 4bac41ae62
commit f6ec000742
3 changed files with 0 additions and 68 deletions

View File

@@ -13,7 +13,6 @@
[[ -z $APP_NAME_SEED ]] && { echo "Missing APP_NAME_SEED. Exiting."; exit 1; }
PREVIEW_ENV_LOCATION="eastus"
echo "PREVIEW_ENV_LOCATION=${PREVIEW_ENV_LOCATION}" >> $GITHUB_ENV
REPO_NAME="${GITHUB_REPOSITORY#*\/}"
echo "REPO_NAME=${REPO_NAME}" >> $GITHUB_ENV