Skip to content

Commit

Permalink
chore(ci): updates deploy piepline
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Dec 9, 2024
1 parent 232d16d commit e5f96ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ description: 'Deploys the application to Fly.io'
runs:
using: 'composite'
steps:
- name: Deploy
- name: Setup Flyctl
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Deploy to Fly.io
shell: bash
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit e5f96ce

Please sign in to comment.