diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9a5806962..7bb5cbabf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,4 +27,4 @@ greatly reduce the amount of work needed to review your work. --> -API_URI=https://master.staging.saleor.rocks/graphql/ +API_URI=https://master.staging.saleor.cloud/graphql/ diff --git a/.github/workflows/test-env-deploy.yml b/.github/workflows/test-env-deploy.yml index 744b55b66..17055ec08 100644 --- a/.github/workflows/test-env-deploy.yml +++ b/.github/workflows/test-env-deploy.yml @@ -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: |