We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88d15de + 9ac70c7 commit a6d142dCopy full SHA for a6d142d
4 files changed
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "export deploy_location=<< pipeline.parameters.deploy_location >>" >> "$BASH_ENV"
28
- run:
29
name: Deploy website and api-data to the correct environment (production/staging)
30
- command: sh scripts/deploy.sh
+ command: bash scripts/deploy.sh
31
32
purge_cache:
33
executor: node
0 commit comments