Update to new CI
This commit is contained in:
parent
bca6bc9187
commit
221f7da788
|
|
@ -30,11 +30,11 @@ stages:
|
||||||
deploy release:
|
deploy release:
|
||||||
stage: deploy release
|
stage: deploy release
|
||||||
script:
|
script:
|
||||||
- curl -fs http://192.168.94.221:3000/arch/it2s-itss-facilities-git
|
- curl -fs http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-git
|
||||||
- curl -fs http://192.168.94.221:3000/ubuntu_arm64/it2s-itss-facilities-git
|
- curl -fs http://192.168.94.221:3000/debian/arm64/it2s-itss-facilities-git
|
||||||
|
|
||||||
deploy debug:
|
deploy debug:
|
||||||
stage: deploy debug
|
stage: deploy debug
|
||||||
script:
|
script:
|
||||||
- curl -fs http://192.168.94.221:3000/arch/it2s-itss-facilities-debug-git
|
- curl -fs http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-debug-git
|
||||||
- curl -fs http://192.168.94.221:3000/ubuntu_arm64/it2s-itss-facilities-debug-git
|
- curl -fs http://192.168.94.221:3000/debian/arm64/it2s-itss-facilities-debug-git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue