Update .gitlab-ci.yml file

This commit is contained in:
2024-02-11 00:56:04 +00:00
parent fb4db5d9c5
commit d5c113c6f0

View File

@@ -10,5 +10,5 @@ deploy:
- build - build
script: script:
- apk add curl - apk add curl
- 'curl -iL --header "Job-Token: $CI_JOB_TOKEN" --data tag=${CI_COMMIT_TAG} "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"' - 'curl -iL --insecure --header "Job-Token: $CI_JOB_TOKEN" --data tag=${CI_COMMIT_TAG} "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"'
environment: production environment: production