Skip to content

Commit

Permalink
Add shuttle db (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Jul 5, 2024
1 parent 71b9478 commit b3d09f6
Show file tree
Hide file tree
Showing 10 changed files with 249 additions and 64 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: CD

on:
push:
branches:
- main
workflow_dispatch:
branches: [main]

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
# just to show usage
secrets: |
DATABASE_URL = "sqlite://dev.db"
DATABASE_URL = 'sqlite://dev.db'
Loading

0 comments on commit b3d09f6

Please sign in to comment.