From d76be1d99363b60f8d01e123358e699bb67bb8fa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 20 Mar 2026 14:23:14 -0400 Subject: [PATCH] Re-enable Depot builder in Fly deploy workflow Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/fly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 86b9a8a..b721e90 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only --depot=false + - run: flyctl deploy --remote-only env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}