Use production services in Rinkeby for PRs to master
This commit is contained in:
parent
8b35069e15
commit
ccd54721cf
|
@ -68,7 +68,7 @@ jobs:
|
||||||
# Set production flag
|
# Set production flag
|
||||||
- name: Set production flag for tag build
|
- name: Set production flag for tag build
|
||||||
run: echo "REACT_APP_ENV=production" >> $GITHUB_ENV
|
run: echo "REACT_APP_ENV=production" >> $GITHUB_ENV
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v') || github.base_ref == 'master'
|
||||||
|
|
||||||
- name: Build ${{ env.REACT_APP_NETWORK }} app ${{ env.REACT_APP_ENV }}
|
- name: Build ${{ env.REACT_APP_NETWORK }} app ${{ env.REACT_APP_ENV }}
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
Loading…
Reference in New Issue