Skip to content

Commit

Permalink
update to dioxus 0.6, fly deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Aug 15, 2024
1 parent c1ab475 commit 67e8fa8
Show file tree
Hide file tree
Showing 6 changed files with 455 additions and 463 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/

name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
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 67e8fa8

Please sign in to comment.