Skip to content

Commit

Permalink
Add fly.io and configure swagger-ui for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed May 7, 2024
1 parent d611ced commit a62a052
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 109 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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 a62a052

Please sign in to comment.