Skip to content

Commit db6ccc8

Browse files
committed
feat: Update CircleCI config to trigger a new build of 'deploy'
1 parent 208cd31 commit db6ccc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ jobs:
1919
- run: tar czf _gen.tar.gz _gen/*
2020
- store_artifacts:
2121
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

Comments
 (0)