Change marketplace domain in master-staging (#2658)
This commit is contained in:
parent
93b70cb2b7
commit
9e351829c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-master-staging.yaml
vendored
4
.github/workflows/deploy-master-staging.yaml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
||||||
SENTRY_URL_PREFIX: "~/dashboard/static"
|
SENTRY_URL_PREFIX: "~/dashboard/static"
|
||||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
MARKETPLACE_URL: "https://apps.saleor.io/"
|
MARKETPLACE_URL: "https://marketplace-gray.vercel.app/"
|
||||||
SALEOR_APPS_ENDPOINT: "https://apps.saleor.io/api/saleor-apps"
|
SALEOR_APPS_ENDPOINT: "https://marketplace-gray.vercel.app/template-gallery/api/saleor-apps"
|
||||||
ENVIRONMENT: saleor-master-staging
|
ENVIRONMENT: saleor-master-staging
|
||||||
IS_CLOUD_INSTANCE: true
|
IS_CLOUD_INSTANCE: true
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue