Skip to content

Commit

Permalink
chore: dubug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 19, 2024
1 parent b30ac54 commit 99f0ecb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Production

on:
release:
types: [published]
# release:
# types: [published]
push:
branches:
- debug

jobs:
push_to_registries:
Expand Down Expand Up @@ -58,6 +61,6 @@ jobs:
version: latest

- name: 🚀 Deploy Production
run: flyctl deploy --remote-only --image captable/captable:latest
run: flyctl deploy --remote-only --image captable/captable:debug
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 99f0ecb

Please sign in to comment.