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 208cd31 commit db6ccc8Copy full SHA for db6ccc8
.circleci/config.yml
@@ -19,3 +19,6 @@ jobs:
19
- run: tar czf _gen.tar.gz _gen/*
20
- store_artifacts:
21
path: _gen.tar.gz
22
+
23
+ # Trigger a new build of the deploy project
24
+ - run: curl -X POST --header "Content-Type: application/json" https://circleci.com/api/v1.1/project/github/PokeAPI/deploy/build?circle-token=$CIRCLECI_API_TOKEN
0 commit comments