switch deploy workflow to local docker build
All checks were successful
deploy / deploy (push) Successful in 3m13s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-02-20 18:58:14 +00:00
parent 6e02c213d9
commit 27f4d45416

View File

@ -14,6 +14,6 @@ jobs:
run: curl -L https://fly.io/install.sh | sh run: curl -L https://fly.io/install.sh | sh
- name: deploy - name: deploy
run: /root/.fly/bin/flyctl deploy --remote-only run: /root/.fly/bin/flyctl deploy
env: env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}