mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Update Discord notification for rolling push
Existing push was notifying release was updated when it is really just the rolling push. Updates message to be more accurate.
This commit is contained in:
parent
4c0de9ca53
commit
0f1945c6c4
2 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ elif [ "${TYPE}" == "rc-push" ]; then
|
|||
BOOT_URL="https://staging.boot.netboot.xyz/$(cat version.txt)-RC/index.html"
|
||||
elif [ "${TYPE}" == "live-push" ]; then
|
||||
BOOT_URL="https://boot.netboot.xyz/$(cat version.txt)/index.html"
|
||||
elif [ "${TYPE}" == "rolling-push" ]; then
|
||||
BOOT_URL="https://boot.netboot.xyz/index.html"
|
||||
fi
|
||||
|
||||
# send status to discord
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue