Skip to content

Commit

Permalink
chore: switch back to buildpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom committed Dec 24, 2024
1 parent 0ddca88 commit 6058643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:

- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --nixpacks
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
app = "iacdiscordnotifs"
primary_region = "hkg"

[build]
builder = "paketobuildpacks/builder-jammy-base:latest"
buildpacks = ["paketo-community/rust"]

[[services]]

0 comments on commit 6058643

Please sign in to comment.