Skip to content

change esbuild to tsup (#240) #90

change esbuild to tsup (#240)

change esbuild to tsup (#240) #90

Workflow file for this run

name: "Deployment Action: Build and push Docker images"
on:
push:
branches:
- master
jobs:
test-and-lint:
uses: ./.github/workflows/test-and-lint.yml
deploy-prod:
needs: test-and-lint
uses: ./.github/workflows/build-and-deploy.yml
with:
stage: production
secrets: inherit