Skip to content

Commit

Permalink
fix: deploy with --detach
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Mar 1, 2024
1 parent 01533aa commit ed6ea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Containerize & Deploy to Fly
run: nix build ".#container" -L && docker load < result && flyctl deploy --local-only -i site-server
run: nix build ".#container" -L && docker load < result && flyctl deploy --local-only --detach -i site-server
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit ed6ea52

Please sign in to comment.