diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 00000000..d9db1ff5 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,18 @@ +name: Deploy + +# Push to main → deploy this app to bitbaum. All the logic lives in one +# place: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml +# (docs: docs/infrastructure/self-host-cd.md there). It waits for this +# commit's own CI to go green before anything reaches the box. + +on: + push: + branches: [main] + +jobs: + deploy: + uses: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml@main + with: + app: datacat-web + install-flags: --legacy-peer-deps + secrets: inherit