Skip to content

Commit

Permalink
badges as a service
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Jul 5, 2024
1 parent 882d245 commit d4a1829
Show file tree
Hide file tree
Showing 12 changed files with 1,192 additions and 132 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target
fly.toml
flake.nix
flake.lock
16 changes: 16 additions & 0 deletions .github/workflows/fly-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
Loading

0 comments on commit d4a1829

Please sign in to comment.