Fix master-staging deployment API_URI
This commit is contained in:
parent
7bb3efa65d
commit
59dcd753fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-staging.yaml
vendored
2
.github/workflows/deploy-staging.yaml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
API_URI: https://master.staging.saleor.cloud/graphql/
|
||||
API_URI: /graphql/
|
||||
APP_MOUNT_URI: /dashboard/
|
||||
STATIC_URL: /dashboard/static/
|
||||
SENTRY_ORG: saleor
|
||||
|
|
Loading…
Reference in a new issue