Update staging API_URI in PR template and test env workflow (#962)

This commit is contained in:
Cezary Miącz 2021-01-25 14:51:13 +01:00 committed by GitHub
parent 3eb940839d
commit b894487c63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -27,4 +27,4 @@ greatly reduce the amount of work needed to review your work. -->
<!-- Do not remove this section. It is required to properly setup test instance.
Modify API_URI if you want test instance to use custom backend. -->
API_URI=https://master.staging.saleor.rocks/graphql/
API_URI=https://master.staging.saleor.cloud/graphql/

View file

@ -59,7 +59,7 @@ jobs:
- name: Run build
env:
# Use custom API_URI or the default one
API_URI: ${{ steps.api_uri.outputs.custom_api_uri || 'https://master.staging.saleor.rocks/graphql/' }}
API_URI: ${{ steps.api_uri.outputs.custom_api_uri || 'https://master.staging.saleor.cloud/graphql/' }}
APP_MOUNT_URI: /
STATIC_URL: /
run: |