Skip to content

Update deploy action #6

Update deploy action

Update deploy action #6

Workflow file for this run

name: Shuttle deploy
on:
push:
branches:
- "main"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
allow-dirty: true
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}