Update .gitlab-ci.yml file

This commit is contained in:
Miguel Carvalhosa 2023-02-01 16:23:02 +00:00
parent 1937fb348e
commit 6cac58d9e7
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ 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/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-facilities-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