Skip to content

πŸ› server: make card creation idempotent #389

πŸ› server: make card creation idempotent

πŸ› server: make card creation idempotent #389

Workflow file for this run

name: server/base
on:
push: { branches: [base] }
jobs:
build:
uses: ./.github/workflows/server-build.yaml
secrets: inherit
with: { environment: base }
deploy:
needs: build
uses: ./.github/workflows/server-deploy.yaml
secrets: inherit
with: { environment: base }