Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Update shuttle.yml

Update shuttle.yml #6

Workflow file for this run

name: Shuttle
on:
push:
branches:
- main
schedule:
- cron: '0 */1 * * *' # 24 times per day
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}