From 872c5b07d79a6e45ab18761c16e77f63d3635a75 Mon Sep 17 00:00:00 2001 From: George Hudson Date: Wed, 8 Nov 2023 13:38:07 -0700 Subject: [PATCH] allow circleci tdrs-run-deploy to kick off with new functionality (#2741) Co-authored-by: George Hudson Co-authored-by: Andrew <84722778+andrew-jameson@users.noreply.github.com> --- commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.sh b/commands.sh index 6b6146116..0ecd0fe91 100644 --- a/commands.sh +++ b/commands.sh @@ -227,7 +227,7 @@ tdrs-run-deploy() { --url https://circleci.com/api/v2/project/github/raft-tech/TANF-app/pipeline \ --header 'Circle-Token: '$CIRCLE_CI_TOKEN \ --header 'content-type: application/json' \ - --data '{"parameters":{"run_dev_deployment": true, "target_env":"'$TARGET_ENV'"}, "branch":"'$BRANCH'"}' + --data '{"parameters":{"triggered": true, "run_dev_deployment": true, "target_env":"'$TARGET_ENV'"}, "branch":"'$BRANCH'"}' } # List all aliases and functions associated with tdrs