Remove redundant envs from master.staging env (#3022)
These envs were not updated with last PR, from Marketplace/Appstore POV envs should be the same on staging and master.staging
This commit is contained in:
parent
abbe76442d
commit
076ea0ca66
1 changed files with 0 additions and 4 deletions
4
.github/workflows/deploy-master-staging.yaml
vendored
4
.github/workflows/deploy-master-staging.yaml
vendored
|
@ -17,10 +17,6 @@ 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://marketplace-gray.vercel.app/"
|
|
||||||
SALEOR_APPS_PAGE_PATH: saleor-apps
|
|
||||||
SALEOR_APPS_JSON_PATH: api/saleor-apps
|
|
||||||
APP_TEMPLATE_GALLERY_PATH: template-gallery
|
|
||||||
APPS_MARKETPLACE_API_URI: "https://marketplace-gray.vercel.app/api/v2/saleor-apps"
|
APPS_MARKETPLACE_API_URI: "https://marketplace-gray.vercel.app/api/v2/saleor-apps"
|
||||||
ENVIRONMENT: saleor-master-staging
|
ENVIRONMENT: saleor-master-staging
|
||||||
IS_CLOUD_INSTANCE: true
|
IS_CLOUD_INSTANCE: true
|
||||||
|
|
Loading…
Reference in a new issue