Skip to content

⚗️ app: panda signature test UI #376

⚗️ app: panda signature test UI

⚗️ app: panda signature test UI #376

Workflow file for this run

name: server/base
on:
push: { branches: [sandbox] }
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 }