Fix CI package

This commit is contained in:
emanuel 2023-05-22 15:47:35 +01:00
parent fee1c9b65a
commit ff740a822f
1 changed files with 4 additions and 4 deletions

View File

@ -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-vfacilities-git - curl -fs http://192.168.94.221:3000/arch/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/ubuntu_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-vfacilities-debug-git - curl -fs http://192.168.94.221:3000/arch/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/ubuntu_arm64/it2s-itss-facilities-debug-git