mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
Projects and Diseases placeholder application commands (#17)
* fix module name in backup * save projects to persistent_term * retrieve projects on bot startup * remove commented out code * register project autocomplete * placeholder text for project * placeholder disease command
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
||||
tar -xzf release.tar.gz
|
||||
|
||||
# save metrics and stop the bot - bot runs as a service
|
||||
current_release/bin/plantid_discord_bot rpc "PlantidDiscordBot.Metrics.backup()"
|
||||
current_release/bin/plantid_discord_bot rpc "PlantIdDiscordBot.Metrics.backup()"
|
||||
echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S sudo service plantid_discord_bot stop
|
||||
|
||||
# switch releases
|
||||
|
||||
Reference in New Issue
Block a user