Skip to content

deployment action

deployment action #1

Workflow file for this run

To change the workflow trigger from both push and workflow_dispatch to manual-only, you can modify your workflow as follows:
yaml

Check failure on line 3 in .github/workflows/shuttle-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/shuttle-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
name: Shuttle Deploy
on:
workflow_dispatch:
# Manual
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}