From 09647afe3dae6e3f058dfcca8f33b4e40671e2de Mon Sep 17 00:00:00 2001 From: Omar Date: Sat, 30 May 2026 10:51:34 -0500 Subject: [PATCH] Remove AWS Fargate deploy automation (rolled back to Railway) --- .github/workflows/deploy.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 80dc08da..00000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: deploy - -# On push to the default branch, ping bloombilt-infra to redeploy. The infra -# stack rebuilds this app's image and CloudFormation rolls the service. -# docuseal's default branch is master (not main). -on: - push: - branches: [master] - -permissions: - contents: read - -jobs: - trigger: - runs-on: ubuntu-latest - steps: - - name: Ping bloombilt-infra to redeploy - env: - GH_TOKEN: ${{ secrets.BLOOMBILT_CI_TOKEN }} - run: gh api -X POST repos/bloombilt/bloombilt-infra/dispatches -f event_type=app-changed