Skip to content
Snippets Groups Projects
Commit 3b283670 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'trigger' into 'main'

change variable

See merge request !199
parents 7b4c0731 d4fbf6bd
No related branches found
No related tags found
2 merge requests!200Production Release,!199change variable
Pipeline #302304 passed
...@@ -208,13 +208,12 @@ Trigger AWS Deployment: ...@@ -208,13 +208,12 @@ Trigger AWS Deployment:
fi fi
- | - |
curl --request POST \ curl --request POST \
--form token=${NSHMP_WS_CDK_TRIGGER_TOKEN} \ --form token=${NSHMP_CDK_TRIGGER_TOKEN} \
--form ref=${REF} \ --form ref=${REF} \
--form "variables[description]=Triggered by nshmp-ws" \ --form "variables[description]=Triggered by nshmp-ws" \
--form "variables[ENVIRONMENT]=${ENVIRONMENT}" \ --form "variables[ENVIRONMENT]=${ENVIRONMENT}" \
--form "variables[NSHMP_WS_IMAGE]=${IMAGE_NAME}" \ --form "variables[NSHMP_WS_IMAGE]=${IMAGE_NAME}" \
--form "variables[TRIGGER_PASSCODE]=${NSHMP_WS_CDK_TRIGGER_TOKEN}" \ "https://${PRIVATE_GITLAB}/api/v4/projects/${NSHMP_CDK_PROJECT_ID}/trigger/pipeline"
"https://${PRIVATE_GITLAB}/api/v4/projects/${NSHMP_WS_CDK_PROJECT_ID}/trigger/pipeline"
stage: trigger stage: trigger
tags: tags:
- nshmp - nshmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment