mirror of
https://github.com/PokeAPI/api-data.git
synced 2024-11-22 15:42:30 +01:00
chore: add method
This commit is contained in:
parent
130ca7cbfc
commit
cc3fcb7b40
@ -36,7 +36,7 @@ jobs:
|
||||
- run:
|
||||
name: Trigger a deploy of the deploy project passing the desired environment/location to deploy to
|
||||
command: |
|
||||
curl -H 'Content-Type: application/json' -H "Circle-Token: $CIRCLECI_API_TOKEN_NARAMSIM" --data "{\"branch\":\"master\",\"parameters\":{\"deploy_location\":\"$CIRCLE_BRANCH\"}}" -X https://circleci.com/api/v2/project/github/PokeAPI/deploy/pipeline
|
||||
curl -H 'Content-Type: application/json' -H "Circle-Token: $CIRCLECI_API_TOKEN_NARAMSIM" --data "{\"branch\":\"master\",\"parameters\":{\"deploy_location\":\"$CIRCLE_BRANCH\"}}" -X POST https://circleci.com/api/v2/project/github/PokeAPI/deploy/pipeline
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
Loading…
Reference in New Issue
Block a user