Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Nov 26, 2024
1 parent 2854acf commit 299d23f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-preview-fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
- name: Push Supabase DB
run: supabase db push

- name: Set up Flyctl
run: |
curl -L https://fly.io/install.sh | sh
export PATH="$HOME/.fly/bin:$PATH"
- name: Deploy PR app to Fly.io
id: deploy
uses: superfly/[email protected]
Expand Down

0 comments on commit 299d23f

Please sign in to comment.