Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions .github/workflows/api-prd.yaml

This file was deleted.

13 changes: 11 additions & 2 deletions .github/workflows/dfx-api-prd.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: DFX API PRD CI/CD

on:
# Auto-deploy re-enabled for DEV (dfxdev prerequisites are in place).
# PRD trigger stays disabled until the PRD cutover is complete.
# Auto-deploy on main-branch merges. Builds the linux/arm64 image, pushes
# dfxswiss/dfx-api:latest to Docker Hub, then SSHs to dfxprd (via the
# Cloudflare Access tunnel) and runs the deploy hook. Paths-ignore mirrors
# dfx-api-dev.yaml so docs/infrastructure-only changes don't trigger a
# full build+deploy.
push:
branches: [main]
paths-ignore:
- '**.md'
- 'infrastructure/**'
# Manual escape hatch (e.g. rebuild :latest without a code change).
workflow_dispatch:

env:
Expand Down
Loading