From ff740a822f1335c496ee7f902ba9e48690527a5f Mon Sep 17 00:00:00 2001 From: emanuel Date: Mon, 22 May 2023 15:47:35 +0100 Subject: [PATCH] Fix CI package --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a0d609..eba7432 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,11 +30,11 @@ stages: deploy release: stage: deploy release script: - - curl -fs http://192.168.94.221:3000/arch/it2s-itss-vfacilities-git -# - curl -fs http://192.168.94.221:3000/ubuntu_arm64/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 deploy debug: stage: deploy debug script: - - curl -fs http://192.168.94.221:3000/arch/it2s-itss-vfacilities-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/arch/it2s-itss-facilities-debug-git + - curl -fs http://192.168.94.221:3000/ubuntu_arm64/it2s-itss-facilities-debug-git