Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Feb 9, 2024
1 parent 140d361 commit c61e871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
fetch-depth: 0

- name: 👀 Read app name
uses: SebRollen/toml-action@v1.0.2
uses: SebRollen/toml-action@v1.2.0
id: app_name
with:
file: 'fly.toml'
field: 'app'

- name: 🚀 Deploy Production
uses: superfly/flyctl-actions@1.4
uses: superfly/flyctl-actions@1.5
with:
args:
'deploy --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}'
Expand Down

0 comments on commit c61e871

Please sign in to comment.