Update staging API_URI in PR template and test env workflow (#962)
This commit is contained in:
parent
3eb940839d
commit
b894487c63
2 changed files with 2 additions and 2 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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/
|
||||
|
|
2
.github/workflows/test-env-deploy.yml
vendored
2
.github/workflows/test-env-deploy.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue