Skip to content

Commit

Permalink
Remove docker step from action
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielRF committed Jun 21, 2024
1 parent 3c486ab commit cfa0239
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
command: |
cd /usr/local/bin/Send2KindleBot/
git pull origin master
docker-compose up -d
systemctl restart tg_send2kindlebot
systemctl restart tg_send2kindleFast
systemctl restart tg_send2kindleSlow
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
configparser==3.5.0
pyTelegramBotAPI==3.1.0
urllib3==1.26.19
validate-email==1.3
epub-meta==0.0.7
Expand All @@ -10,3 +9,4 @@ weasyprint==56.1
validate-email==1.3
python-i18n==0.3.9
dnspython==2.6.1
pyTelegramBotAPI==4.19.1

0 comments on commit cfa0239

Please sign in to comment.