Feature/travis ci s3 region (#789)
* Add region to travis CI develop Enable region for s3 provider to allow upload development environment to different S3 regions * Enable region for staging s3 providers
This commit is contained in:
parent
66dc95411d
commit
aee2a1fefb
|
@ -56,6 +56,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
local_dir: build_webpack
|
||||
upload-dir: current/app
|
||||
region: $AWS_DEFAULT_REGION
|
||||
on:
|
||||
branch: master
|
||||
|
||||
|
@ -67,6 +68,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
local_dir: build_webpack
|
||||
upload-dir: releases/$TRAVIS_TAG
|
||||
region: $AWS_DEFAULT_REGION
|
||||
on:
|
||||
tags: true
|
||||
- provider: script
|
||||
|
|
Loading…
Reference in New Issue