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

Merge branch 'project-name-trigger' into 'main'

add project name

See merge request !146
parents 43adf52e b3d4361e
No related branches found
No related tags found
2 merge requests!147Production Release,!146add project name
Pipeline #308683 passed
......@@ -212,6 +212,7 @@ Trigger AWS Deployment:
--form "variables[description]=Triggered by nshmp-ws-static" \
--form "variables[ENVIRONMENT]=${ENVIRONMENT}" \
--form "variables[NSHMP_WS_STATIC_IMAGE]=${IMAGE_NAME}" \
--form "variables[SOURCE_PROJECT_NAME]=${CI_PROJECT_NAME}" \
"https://${PRIVATE_GITLAB}/api/v4/projects/${NSHMP_CDK_PROJECT_ID}/trigger/pipeline"
stage: trigger
variables:
......
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