Skip to content

add workflow

add workflow #4

Workflow file for this run

name: Shuttle Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@v2
with:
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
project-id: proj_0123456789
working-directory: "axum-react-chat-app"
cargo-shuttle-version: "0.48.1"
extra-args: --allow-dirty --debug