Skip to content

Commit a6d142d

Browse files
authored
Merge pull request #53 from PokeAPI/staging
Deploy using Service Account
2 parents 88d15de + 9ac70c7 commit a6d142d

File tree

4 files changed

+258
-291
lines changed

4 files changed

+258
-291
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "export deploy_location=<< pipeline.parameters.deploy_location >>" >> "$BASH_ENV"
2828
- run:
2929
name: Deploy website and api-data to the correct environment (production/staging)
30-
command: sh scripts/deploy.sh
30+
command: bash scripts/deploy.sh
3131

3232
purge_cache:
3333
executor: node

0 commit comments

Comments
 (0)