Skip to content

Commit

Permalink
Adapted template
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Volkova committed Nov 6, 2024
1 parent 8f53936 commit 25f6663
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:

- name: Update app
run: |
vc-build CloudEnvSetParameter -EnvironmentName virtostart-main -CloudToken ${{ secrets.VIRTOSTART_PLATFORM_TOKEN }} -HelmParameters platform.image.tag=$TAG
vc-build CloudEnvSetParameter -EnvironmentName virtostart-test -CloudToken ${{ secrets.VIRTOSTART_PLATFORM_TOKEN }} -HelmParameters platform.image.tag=$TAG
env:
TAG: ${{ env.PLATFORM_VERSION }}-${{ steps.vars.outputs.sha_short }}
2 changes: 1 addition & 1 deletion backend/packages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ManifestVersion": "2.0",
"PlatformVersion": "3.852.0",
"PlatformVersion": "3.853.0",
"PlatformAssetUrl": "",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
Expand Down
8 changes: 4 additions & 4 deletions infra/environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: TODO_YOUR_ENVIRONMENT_NAME
- name: virtostart-test
gitops: true
production: false
servicePlan: B1
Expand All @@ -12,16 +12,16 @@
storefront:
enabled: false
themes:
TODO_YOUR_STORE_ID: https://github.com/VirtoCommerce/vc-theme-b2b-vue/releases/download/2.5.0/vc-theme-b2b-vue-2.5.0.zip
test-store: https://github.com/VirtoCommerce/vc-theme-b2b-vue/releases/download/2.5.0/vc-theme-b2b-vue-2.5.0.zip
ingress: {}
customApps:
app1:
enabled: false
app2:
enabled: false
routes:
- host: TODO_YOUR_FRONTEND_HOSTNAME
root: TODO_YOUR_STORE_ID
- host: virtostart-test.govirto.com
root: test-store
paths:
- path: /xapi
route: platform
Expand Down

0 comments on commit 25f6663

Please sign in to comment.