Skip to content

Commit

Permalink
use correct message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiviexd committed Jan 22, 2025
1 parent 63f9d5f commit 61aa2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
# Wait for "AxerBot is online" message in logs
timeout 60 bash -c '
until pm2 logs axerbot --lines 50 | grep -q "AxerBot is online"; do
until pm2 logs axerbot --lines 50 | grep -q "AxerBot is online!"; do
sleep 1
done
pm2 logs axerbot --lines 50 | grep -B 50 "AxerBot is online"
pm2 logs axerbot --lines 50 | grep -B 50 "AxerBot is online!"
'
notify:
needs: deploy
Expand Down

0 comments on commit 61aa2d0

Please sign in to comment.