diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d9fa4365a..60bcc279b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,3 +19,6 @@ jobs: - run: tar czf _gen.tar.gz _gen/* - store_artifacts: path: _gen.tar.gz + + # Trigger a new build of the deploy project + - 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"