diff --git a/.github/workflows/deploy-vue-storefront-cloud.yml b/.github/workflows/deploy-vue-storefront-cloud.yml index 85e96363b..149f60595 100644 --- a/.github/workflows/deploy-vue-storefront-cloud.yml +++ b/.github/workflows/deploy-vue-storefront-cloud.yml @@ -53,19 +53,19 @@ jobs: uses: ./.github/workflows/deployment-template.yml needs: build if: github.ref == 'refs/heads/main' - with: + with: github_environment_name: production environment_code: demo-magento2 target_url: https://demo-magento2.europe-west1.gcp.storefrontcloud.io secrets: cloud_username: ${{ secrets.CLOUD_USERNAME }} cloud_password: ${{ secrets.CLOUD_PASSWORD }} - + deploy-develop: uses: ./.github/workflows/deployment-template.yml needs: build if: github.ref == 'refs/heads/develop' - with: + with: github_environment_name: dev environment_code: demo-magento2-dev target_url: https://demo-magento2-dev.europe-west1.gcp.storefrontcloud.io @@ -77,7 +77,7 @@ jobs: uses: ./.github/workflows/deployment-template.yml needs: build if: startsWith(github.ref, 'refs/heads/release') - with: + with: github_environment_name: canary environment_code: demo-magento2-canary target_url: https://demo-magento2-canary.europe-west1.gcp.storefrontcloud.io @@ -89,7 +89,7 @@ jobs: uses: ./.github/workflows/deployment-template.yml needs: build if: github.ref == 'refs/heads/enterprise' - with: + with: github_environment_name: enterprise environment_code: demo-magento2-enterprise target_url: https://demo-magento2-enterprise.europe-west1.gcp.storefrontcloud.io diff --git a/packages/theme/components/CurrencySelector/CurrenciesModal.vue b/packages/theme/components/CurrencySelector/CurrenciesModal.vue index 2750f4bd2..8f2ba806c 100644 --- a/packages/theme/components/CurrencySelector/CurrenciesModal.vue +++ b/packages/theme/components/CurrencySelector/CurrenciesModal.vue @@ -14,11 +14,7 @@