Skip to content

Bump vite from 6.0.7 to 6.0.9 (#453) #296

Bump vite from 6.0.7 to 6.0.9 (#453)

Bump vite from 6.0.7 to 6.0.9 (#453) #296

Workflow file for this run

name: 'Deploy'
on:
push:
branches:
- main
- demo
workflow_dispatch:
jobs:
build-image-doj:
uses: ./.github/workflows/_docker-build-image.yml
secrets: inherit
with:
app-name: server-doj
tag-name: ${{ github.ref_name }}
deploy:
needs: [build-image-doj]
uses: ./.github/workflows/_terraform-apply.yml
secrets: inherit
with:
deploy-env: ${{ github.ref_name }}