Skip to content

add explicit column info #181

add explicit column info

add explicit column info #181

name: backend-deploy
on:
push:
branches:
- master
paths:
- "backend/**"
defaults:
run:
shell: bash
working-directory: backend
jobs:
deployStaging:
uses: ./.github/workflows/backend-deploy-reusable.yml
with:
stage: staging
secrets: inherit
deployProduction:
uses: ./.github/workflows/backend-deploy-reusable.yml
with:
stage: production
secrets: inherit
needs: deployStaging