Skip to content

Commit

Permalink
fix: add checkout to fly deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Nov 12, 2023
1 parent 52dfd57 commit 9d18865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ jobs:
runs-on: ubuntu-latest
needs: docker_image
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy demo.signalk.org at fly.io
Expand Down

0 comments on commit 9d18865

Please sign in to comment.