Skip to content

Commit

Permalink
added fly token
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Jan 8, 2024
1 parent 32bd0d9 commit 6a14a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Run `nix build`
run: nix build ".#container" -L && docker load < result && flyctl deploy --local-only -i blog
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 6a14a24

Please sign in to comment.