mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-04 13:54:11 +00:00
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
|
skip_cleanup: true
|
||||||
local_dir: build_webpack
|
local_dir: build_webpack
|
||||||
upload-dir: current/app
|
upload-dir: current/app
|
||||||
|
region: $AWS_DEFAULT_REGION
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
@ -67,6 +68,7 @@ deploy:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
local_dir: build_webpack
|
local_dir: build_webpack
|
||||||
upload-dir: releases/$TRAVIS_TAG
|
upload-dir: releases/$TRAVIS_TAG
|
||||||
|
region: $AWS_DEFAULT_REGION
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: script
|
- provider: script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user