This is where it all begins...

This commit is contained in:
2023-11-01 17:08:36 -04:00
parent 305dbd3b4e
commit 40f9c618e1

View File

@@ -3,7 +3,8 @@ stages:
deploy: deploy:
stage: deploy stage: deploy
only: tags only:
- tags
script: script:
- apk add curl - apk add curl
- 'curl --header "Job-Token: $CI_JOB_TOKEN" --data tag=<tag> "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"' - 'curl --header "Job-Token: $CI_JOB_TOKEN" --data tag=<tag> "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"'