Skip to content

Commit

Permalink
enh: pull image
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Dec 19, 2024
1 parent 2c896bf commit 1443448
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
needs: build-docker
steps:
- uses: actions/checkout@v4

- name: login to GitHub Container Registry
run: echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin && docker pull ${{ env.IMAGE_NAME }}

- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --ha=false --remote-only -i ${{ env.IMAGE_NAME }}
- run: flyctl deploy --ha=false -i ${{ env.IMAGE_NAME }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

1 comment on commit 1443448

@vercel
Copy link

@vercel vercel bot commented on 1443448 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.