With the way this bot is currently set up on Toolforge, this is how to do updates:
- Commit and push changes to this GitHub repo.
ssh login.toolforge.orgbecome telegram-wikilinksbot- Stop the bot with
toolforge jobs delete wikilinksbot git pull- Restart the bot with
toolforge jobs run wikilinksbot --command ./run.sh --image python3.9
Just to restart it, in case it stops working for some reason:
toolforge jobs restart wikilinksbot, or step 6 above