Skip to content

Commit

Permalink
fix: remove unnecessary build step in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Feb 28, 2024
1 parent 6ab787e commit a0f06d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- name: Build server package
run: nix build
- name: Install flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Containerize & Deploy to Fly
Expand Down

0 comments on commit a0f06d7

Please sign in to comment.