Fix typo in deploy template (#959)
This commit is contained in:
parent
383055a2de
commit
2d3a859db6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-staging.yaml
vendored
2
.github/workflows/deploy-staging.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
API_URI: https://master.staging.saleor.cloud/graphql/
|
API_URI: https://master.staging.saleor.cloud/graphql/
|
||||||
APP_MOUNT_URI: /dashboard/
|
APP_MOUNT_URI: /dashboard/
|
||||||
STATIC_URL: /dashboard/static/
|
STATIC_URL: /dashboard/static/
|
||||||
SENTRY_ORG: sentry
|
SENTRY_ORG: saleor
|
||||||
SENTRY_PROJECT: dashboard
|
SENTRY_PROJECT: dashboard
|
||||||
SENTRY_URL_PREFIX: "~/static"
|
SENTRY_URL_PREFIX: "~/static"
|
||||||
ENVIRONMENT: master-staging
|
ENVIRONMENT: master-staging
|
||||||
|
|
Loading…
Reference in a new issue