Skip to content

chore: update dependency dotenv to v16.4.6 (#1021) #727

chore: update dependency dotenv to v16.4.6 (#1021)

chore: update dependency dotenv to v16.4.6 (#1021) #727

Workflow file for this run

name: Deploy demo
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run build:demo
- uses: taiga-family/ci/actions/deploy/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/apps/demo
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true