Skip to content

Commit

Permalink
Merge pull request #41 from tommyasai/dependabot/github_actions/super…
Browse files Browse the repository at this point in the history
…fly/flyctl-actions-1.5

Bump superfly/flyctl-actions from 1.4 to 1.5
  • Loading branch information
tommyasai authored Apr 2, 2024
2 parents 37eb0f3 + 4083774 commit 1dc019a
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 @@ -129,15 +129,15 @@ jobs:

- name: 🚀 Deploy Staging
if: ${{ github.ref == 'refs/heads/dev' }}
uses: superfly/flyctl-actions@1.4
uses: superfly/flyctl-actions@1.5
with:
args: "deploy --app ${{ steps.app_name.outputs.value }}-staging --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

- name: 🚀 Deploy Production
if: ${{ github.ref == 'refs/heads/main' }}
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 }}-${{ github.sha }}"
env:
Expand Down

0 comments on commit 1dc019a

Please sign in to comment.