Skip to content

first antispam commit #19

first antispam commit

first antispam commit #19

Workflow file for this run

name: Deploy and Restart
on:
push:
branches:
- master
jobs:
deploy:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
clean: false
- name: Restart Docker Compose
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
run: |
docker-compose down
docker-compose up -d