This commit is contained in:
.[d]. 2022-09-05 22:01:32 -05:00
parent b7a8495cea
commit 14b196e197

6
maple

@ -873,9 +873,9 @@ cmd_cleanup () {
cmd_autosync () {
########################################################################################################################## SOF
# 1) if this is ran without a parameter services are stopped, local files are updated via github and then services restarted
# 2) if this is ran with a parameter ex: net_hydra_plugin.py, the plugin version from storage/bot/plugins is pushed to github
# 2) and then remote instances are updated locally from what we pushed from devops.. this speeds up development/testing time.
# 1) if this is ran without a parameter services are stopped, local files are updated via github and then services restarted
# 2) if this is ran with a parameter ex: net_hydra_plugin.py, the plugin version from storage/bot/plugins is pushed to github
# 2) and then remote instances are updated locally from what we pushed from devops.. this speeds up development/testing time.
##############################################################################################################################
COREKEY=maplenet; COREUSER=dr1p; COREHOST=saipro; COREBASE="~/maple";
DUPEKEY=maplenet; DUPEUSER=dr1p; DUPEHOST=saiosx; DUPEBASE="~/maple";