(MODE-11365) Fixing workflow.
This commit is contained in:
parent
defe2ec607
commit
290999b54f
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ jobs:
|
|||
echo "Bucket is here"
|
||||
}
|
||||
aws s3 cp "/tmp/repo/artifact/${DEPLOYABLE}" "s3://${BUCKET}/tileserver-gl/${DEPLOYABLE}"
|
||||
- persist_to_workspace:
|
||||
root: /tmp/repo
|
||||
paths:
|
||||
- artifact
|
||||
deploy-to-dev:
|
||||
docker:
|
||||
- image: monosolutions/terraform:1.0.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue