I'll explain this when I'm sober .. or revert it

This commit is contained in:
2025-04-21 17:05:01 -04:00
parent f75b1d6b8e
commit 07f3d8cf59

View File

@@ -104,7 +104,7 @@ Create Merge Request:
before_script: |
apk add --no-cache curl
script: |
curl --request POST --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \
curl --request POST --header "PRIVATE-TOKEN: "glpat-yxFifM9HrghM3uXVy7Wb" \
--data "source_branch=update-deployment-${CI_COMMIT_TAG}" \
--data "target_branch=master" \
--data "title=Update deployment manifest with new image tags" \