We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c1e2b commit 381ac1cCopy full SHA for 381ac1c
.circleci/config.yml
@@ -35,7 +35,7 @@ jobs:
35
# Trigger a new build of the deploy job of the deploy project
36
- run:
37
name: Trigger a deploy of the deploy project passing the desired environment/location to deploy to
38
- command: 'curl --header "Content-Type: application/json" --data "{\"build_parameters\": {\"deploy_location\": \"$CIRCLE_BRANCH\", \"CIRCLE_JOB\": \"deploy\"}}" --request POST "https://circleci.com/api/v1.1/project/github/PokeAPI/deploy/tree/test-staging?circle-token=$CIRCLECI_API_TOKEN"'
+ command: 'curl --header "Content-Type: application/json" --data "{\"build_parameters\": {\"deploy_location\": \"$CIRCLE_BRANCH\", \"CIRCLE_JOB\": \"deploy\"}}" --request POST "https://circleci.com/api/v1.1/project/github/PokeAPI/deploy/tree/test-staging?circle-token=$CIRCLECI_API_TOKEN"' # # TODO: replace `test-staging` with `master`
39
40
workflows:
41
version: 2
0 commit comments