diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef9dc3a..1daffd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,9 +32,11 @@ deploy release: script: - curl -fs http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-git - curl -fs http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-git + - curl -fs http://192.168.94.221:3000/ubuntu/mantic/amd64/it2s-itss-facilities-git deploy debug: stage: deploy debug script: - curl -fs http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-debug-git - curl -fs http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-debug-git + - curl -fs http://192.168.94.221:3000/ubuntu/mantic/amd64/it2s-itss-facilities-debug-git