mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-14 03:54:11 +00:00
Deploy Volta to staging
This commit is contained in:
parent
6c50f1adc6
commit
afb876c7c8
14
.travis.yml
14
.travis.yml
@ -95,6 +95,20 @@ deploy:
|
|||||||
branch: release/v2.14.0
|
branch: release/v2.14.0
|
||||||
condition: $REACT_APP_NETWORK = energy_web_chain
|
condition: $REACT_APP_NETWORK = energy_web_chain
|
||||||
|
|
||||||
|
# Volta testing on staging
|
||||||
|
- provider: s3
|
||||||
|
bucket: $STAGING_BUCKET_NAME
|
||||||
|
access_key_id: $AWS_ACCESS_KEY_ID
|
||||||
|
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
||||||
|
skip_cleanup: true
|
||||||
|
local_dir: build
|
||||||
|
upload_dir: current/app
|
||||||
|
region: $AWS_DEFAULT_REGION
|
||||||
|
on:
|
||||||
|
branch: release/v2.14.0
|
||||||
|
condition: $REACT_APP_NETWORK = volta
|
||||||
|
|
||||||
|
|
||||||
# Prepare production deployment
|
# Prepare production deployment
|
||||||
- provider: s3
|
- provider: s3
|
||||||
bucket: $STAGING_BUCKET_NAME
|
bucket: $STAGING_BUCKET_NAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user