Skip to content

Commit

Permalink
new path to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinRaikhert committed Sep 10, 2024
1 parent bde216c commit 52ae6f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stage_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
echo RUN_BOT=${{ secrets.RUN_BOT }} >> .env
# Installing defend service for app
cp -f /home/dev/Goodstart_telegram_bot/infra/stage/goodstart_bot.service /etc/systemd/system/goodstart_bot.service
systemctl daemon-reload
systemctl restart random_coffee_bot.service
sudo cp -f /home/dev/Goodstart_telegram_bot/infra/stage/goodstart_bot.service /etc/systemd/system/goodstart_bot.service
sudo systemctl daemon-reload
sudo systemctl restart goodstart_bot.service
sleep 10
Expand Down

0 comments on commit 52ae6f3

Please sign in to comment.