Update .gitlab-ci.yml

This commit is contained in:
Emanuel Vieira 2022-09-19 18:02:00 +00:00
parent 874b801888
commit 13c4ef5d2e
1 changed files with 4 additions and 4 deletions

View File

@ -30,11 +30,11 @@ test:
deploy release: deploy release:
stage: deploy release stage: deploy release
script: script:
- curl http://192.168.94.221:3000/it2s-itss-facilities-git - curl http://192.168.94.221:3000/arch/it2s-itss-facilities-git
- curl http://192.168.94.221:3002/it2s-itss-facilities-git - curl http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-git
deploy debug: deploy debug:
stage: deploy debug stage: deploy debug
script: script:
- curl http://192.168.94.221:3000/it2s-itss-facilities-debug-git - curl http://192.168.94.221:3000/arch/it2s-itss-facilities-debug-git
- curl http://192.168.94.221:3002/it2s-itss-facilities-debug-git - curl http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-debug-git