Update xDai staging based on release/v2.13.0

This commit is contained in:
Daniel Sanchez 2020-10-18 21:52:11 +02:00
parent 9ca9007105
commit 037235a024
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
if: (branch = development) OR (branch = master) OR (feature/#1353-xDai-compatibility) OR (type = pull_request) OR (tag IS present) if: (branch = development) OR (branch = master) OR (release/v2.13.0) OR (type = pull_request) OR (tag IS present)
sudo: required sudo: required
dist: bionic dist: bionic
language: node_js language: node_js
@ -19,7 +19,7 @@ matrix:
- env: - env:
- REACT_APP_NETWORK='xdai' - REACT_APP_NETWORK='xdai'
- STAGING_BUCKET_NAME=${STAGING_XDAI_BUCKET_NAME} - STAGING_BUCKET_NAME=${STAGING_XDAI_BUCKET_NAME}
if: ((branch = master OR branch = feature/#1353-xDai-compatibility) AND NOT type = pull_request) OR tag IS present if: ((branch = master OR branch = release/v2.13.0) AND NOT type = pull_request) OR tag IS present
cache: cache:
yarn: true yarn: true
before_script: before_script:
@ -78,7 +78,7 @@ deploy:
upload_dir: current/app upload_dir: current/app
region: $AWS_DEFAULT_REGION region: $AWS_DEFAULT_REGION
on: on:
branch: feature/#1353-xDai-compatibility branch: release/v2.13.0
condition: $REACT_APP_NETWORK = xdai condition: $REACT_APP_NETWORK = xdai
# Prepare production deployment # Prepare production deployment