Don’t mess with Voodoo

This commit is contained in:
2023-11-01 17:06:54 -04:00
parent 3b9d50d949
commit 305dbd3b4e

10
.gitlab-ci.yml Normal file
View File

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