Skip to content

refactor: update mails_de_escuela #8

refactor: update mails_de_escuela

refactor: update mails_de_escuela #8

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@v2
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 }}'