tweek ednpoint and update releases to no longer push static html file

This commit is contained in:
thelamer 2019-12-07 16:35:15 -08:00
parent c84c76fb96
commit d6e7be819e

View file

@ -10,7 +10,7 @@ if [[ "${TYPE}" == "dev" ]]; then
elif [[ "${TYPE}" == "pr" ]]; then
BOOT_DOMAIN="test.com"
elif [[ "${TYPE}" == "rc" ]]; then
BOOT_DOMAIN="staging.boot.netboot.xyz/${TRAVIS_TAG}"
BOOT_DOMAIN="staging.boot.netboot.xyz/$(cat version.txt)-RC"
elif [[ "${TYPE}" == "release" ]]; then
BOOT_DOMAIN="staging.boot.netboot.xyz/$(cat version.txt)"
fi
@ -53,5 +53,4 @@ if [[ "${TYPE}" == "release" ]] || [[ "${TYPE}" == "rc" ]]; then
fi
mkdir -p s3out-latest
cp -r buildout/* s3out-latest/
cp script/index.html s3out-latest/
fi