From 9e351829c849fce5c02f41cc1a7efdf9905af041 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Thu, 24 Nov 2022 08:48:41 +0100 Subject: [PATCH] Change marketplace domain in master-staging (#2658) --- .github/workflows/deploy-master-staging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-master-staging.yaml b/.github/workflows/deploy-master-staging.yaml index 7b19aca01..e085e7d3a 100644 --- a/.github/workflows/deploy-master-staging.yaml +++ b/.github/workflows/deploy-master-staging.yaml @@ -17,8 +17,8 @@ jobs: SENTRY_URL_PREFIX: "~/dashboard/static" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - MARKETPLACE_URL: "https://apps.saleor.io/" - SALEOR_APPS_ENDPOINT: "https://apps.saleor.io/api/saleor-apps" + MARKETPLACE_URL: "https://marketplace-gray.vercel.app/" + SALEOR_APPS_ENDPOINT: "https://marketplace-gray.vercel.app/template-gallery/api/saleor-apps" ENVIRONMENT: saleor-master-staging IS_CLOUD_INSTANCE: true steps: