Update .gitlab-ci.yml file

This commit is contained in:
2024-02-11 01:01:50 +00:00
parent 5e1dca4eb2
commit 5c696ed3f0

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