Skip to content

Update environments.yml #2232

Update environments.yml

Update environments.yml #2232

Workflow file for this run

name: Cloud infra deployment
on:
workflow_dispatch:
push:
paths:
- 'infra/**'
branches: [ virtostart ]
jobs:
gitops:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install vc-build
run: |
dotnet tool install --global VirtoCommerce.GlobalTool
- name: Update app
run: |
vc-build CloudEnvUpdate -CloudToken ${{ secrets.VIRTOSTART_PLATFORM_TOKEN }} -ArgoConfigFile $ENV_FILE -CloudUrl https://portal.virtocommerce.cloud
env:
ENV_FILE: './infra/environments.yml'