Skip to content

refactor: three-layer architecture (#38) #30

refactor: three-layer architecture (#38)

refactor: three-layer architecture (#38) #30

Workflow file for this run

name: shuttle
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
no-test: "true"