Skip to content

Update deploy.yml

Update deploy.yml #15

Workflow file for this run

name: deploy
on:
push:
branches:
- "main"
- "RIIR"
repository_dispatch:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# fetch submodules recursively
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
allow-dirty: "true"
no-test: "true"
secrets: |
TELEGRAM_TOKEN = '${{ secrets.TELEGRAM_TOKEN }}'