Skip to content

Commit

Permalink
Merge pull request #58 from moeyashi/feature/57
Browse files Browse the repository at this point in the history
chore: add deploy.yml
  • Loading branch information
moeyashi authored Mar 12, 2024
2 parents 467d407 + 1d1d9c4 commit a48330e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --app ${{ secrets.FLY_APP_NAME }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit a48330e

Please sign in to comment.