Skip to content

Commit

Permalink
Add message to telegram bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii265 committed Jun 19, 2023
1 parent 8fa96bd commit 0b9d7bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ jobs:
sudo docker compose -f docker-compose.production.yml exec backend cp -r collected_static/. ../backend_static/static/
send_message:
runs-on: ubuntu-latest
needs: deploy
steps:
- name: Send message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: Деплой успешно выполнен!
runs-on: ubuntu-latest
needs: deploy
steps:
- name: Send message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: Деплой успешно выполнен!

0 comments on commit 0b9d7bd

Please sign in to comment.