mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
tweek ednpoint and update releases to no longer push static html file
This commit is contained in:
parent
c84c76fb96
commit
d6e7be819e
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue