Update xDai staging based on release/v2.13.0
This commit is contained in:
parent
9ca9007105
commit
037235a024
|
@ -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
|
||||
dist: bionic
|
||||
language: node_js
|
||||
|
@ -19,7 +19,7 @@ matrix:
|
|||
- env:
|
||||
- REACT_APP_NETWORK='xdai'
|
||||
- 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:
|
||||
yarn: true
|
||||
before_script:
|
||||
|
@ -78,7 +78,7 @@ deploy:
|
|||
upload_dir: current/app
|
||||
region: $AWS_DEFAULT_REGION
|
||||
on:
|
||||
branch: feature/#1353-xDai-compatibility
|
||||
branch: release/v2.13.0
|
||||
condition: $REACT_APP_NETWORK = xdai
|
||||
|
||||
# Prepare production deployment
|
||||
|
|
Loading…
Reference in New Issue