Deploy Volta to staging

This commit is contained in:
Daniel Sanchez 2020-10-28 17:50:59 +01:00
parent 6c50f1adc6
commit afb876c7c8
1 changed files with 14 additions and 0 deletions

View File

@ -95,6 +95,20 @@ deploy:
branch: release/v2.14.0
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
- provider: s3
bucket: $STAGING_BUCKET_NAME