Skip to content

Commit 5fca6af

Browse files
author
johli
committed
[REF] Config githubaction and icon
1 parent 89f0118 commit 5fca6af

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/fly.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Fly Deploy
2+
on:
3+
push:
4+
branches:
5+
- main # change to main if needed
6+
jobs:
7+
deploy:
8+
name: Deploy app
9+
runs-on: ubuntu-latest
10+
concurrency: deploy-group # optional: ensure only one action runs at a time
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: superfly/flyctl-actions/setup-flyctl@master
14+
- run: flyctl deploy --remote-only
15+
env:
16+
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

mind-icon.png

470 KB
Loading

0 commit comments

Comments
 (0)