Update .gitlab-ci.yml
This commit is contained in:
parent
0dded57485
commit
1356742f30
|
|
@ -29,6 +29,7 @@ stages:
|
|||
|
||||
deploy release:
|
||||
stage: deploy release
|
||||
resource_group: packaging
|
||||
script:
|
||||
- curl --fail-with-body --silent http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-git
|
||||
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-git
|
||||
|
|
@ -36,6 +37,7 @@ deploy release:
|
|||
|
||||
deploy debug:
|
||||
stage: deploy debug
|
||||
resource_group: packaging
|
||||
script:
|
||||
- curl --fail-with-body --silent http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-debug-git
|
||||
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-debug-git
|
||||
|
|
|
|||
Loading…
Reference in New Issue