(MODE-11365) Fixed circleci syntax.
This commit is contained in:
parent
b53f90ed1f
commit
defe2ec607
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
echo "Bucket is here"
|
echo "Bucket is here"
|
||||||
}
|
}
|
||||||
aws s3 cp "/tmp/repo/artifact/${DEPLOYABLE}" "s3://${BUCKET}/tileserver-gl/${DEPLOYABLE}"
|
aws s3 cp "/tmp/repo/artifact/${DEPLOYABLE}" "s3://${BUCKET}/tileserver-gl/${DEPLOYABLE}"
|
||||||
deploy-to-dev:
|
deploy-to-dev:
|
||||||
docker:
|
docker:
|
||||||
- image: monosolutions/terraform:1.0.4
|
- image: monosolutions/terraform:1.0.4
|
||||||
working_directory: /tmp/repo/artifact/deployment
|
working_directory: /tmp/repo/artifact/deployment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue