Skip to content

Add testing framework (#5) #5

Add testing framework (#5)

Add testing framework (#5) #5

Workflow file for this run

name: CD
on:
push:
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'