From 13c4ef5d2e037b5677d72f389d5ad01787462e6d Mon Sep 17 00:00:00 2001 From: Emanuel Vieira Date: Mon, 19 Sep 2022 18:02:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7dd1e9..17f9a9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,11 +30,11 @@ test: deploy release: stage: deploy release script: - - curl http://192.168.94.221:3000/it2s-itss-facilities-git - - curl http://192.168.94.221:3002/it2s-itss-facilities-git + - curl http://192.168.94.221:3000/arch/it2s-itss-facilities-git + - curl http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-git deploy debug: stage: deploy debug script: - - curl http://192.168.94.221:3000/it2s-itss-facilities-debug-git - - curl http://192.168.94.221:3002/it2s-itss-facilities-debug-git + - curl http://192.168.94.221:3000/arch/it2s-itss-facilities-debug-git + - curl http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-debug-git