Update .gitlab-ci.yml
This commit is contained in:
parent
e8f648a9b4
commit
38fa8f7f0f
|
|
@ -32,9 +32,11 @@ deploy release:
|
|||
script:
|
||||
- curl -fs http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-git
|
||||
- curl -fs http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-git
|
||||
- curl -fs http://192.168.94.221:3000/ubuntu/mantic/amd64/it2s-itss-facilities-git
|
||||
|
||||
deploy debug:
|
||||
stage: deploy debug
|
||||
script:
|
||||
- curl -fs http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-debug-git
|
||||
- curl -fs http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-debug-git
|
||||
- curl -fs http://192.168.94.221:3000/ubuntu/mantic/amd64/it2s-itss-facilities-debug-git
|
||||
|
|
|
|||
Loading…
Reference in New Issue