Fix master-staging api path (#2662)
This commit is contained in:
parent
6c96ce681b
commit
1beb8473aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-master-staging.yaml
vendored
2
.github/workflows/deploy-master-staging.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
MARKETPLACE_URL: "https://marketplace-gray.vercel.app/"
|
||||
SALEOR_APPS_ENDPOINT: "https://marketplace-gray.vercel.app/template-gallery/api/saleor-apps"
|
||||
SALEOR_APPS_ENDPOINT: "https://marketplace-gray.vercel.app/api/saleor-apps"
|
||||
ENVIRONMENT: saleor-master-staging
|
||||
IS_CLOUD_INSTANCE: true
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue