Remove Telegram groups and links

This commit is contained in:
Dennis Reimann
2024-08-07 15:38:30 +02:00
parent af83d2cd4d
commit 7207f1661a
8 changed files with 3 additions and 75 deletions

View File

@@ -32,8 +32,6 @@ jobs:
run: npm ci
- name: Build
run: npm run prod
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
# Deploy, limited to the master branch
- name: Deploy
if: success() && github.ref == 'refs/heads/master'