Skip to content

Commit bba0e62

Browse files
committed
CI/cd notification test in telegram
1 parent d49fec2 commit bba0e62

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828
- name: Добавить CNAME файл для поддомена
2929
run: echo 'docs.1xtier.ru' > CNAME
3030
- run: mkdocs gh-deploy --force
31+
- name: send telegram message on push
32+
uses: appleboy/telegram-action@master
33+
with:
34+
to: ${{ secrets.TELEGRAM_TO }}
35+
token: ${{ secrets.TELEGRAM_TOKEN }}
36+
message: test

.github/workflows/message.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)