Using PuTTy, and logging in to my Digital Ocean Droplet as root to add a Discourse plugin, following the standard directions here, then typing
./launcher rebuild app
results in cursor dropping down to next line in PuTTy console, but otherwise doing nothing
No error message or visible progress indicator of any kind. The Discourse installation is meanwhile still working and is showing no additional plugins, even after waiting half an hour.
I have tried exiting PuTTY and restarting, and reconnecting again to my Digital Ocean droplet, and repeated the exercise, with exactly the same non-result.
the relevant section (in its entirety) of containers/app.yml, after the new plugin was appended at the end is
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone GitHub - discourse/docker_manager: Plugin for use with discourse docker image
- git clone GitHub - procourse/discourse-multiselect-user-field
- git clone GitHub - discourse/discourse-data-explorer: SQL Queries for admins in Discourse
- git clone GitHub - discourse/discourse-bbcode: vBulletin BBCode plugin
I can’t seem to spot any typos in the line I added at the bottom, so not sure if it is the contents of this file or something else.
As a test, I deleted the extra line I just added and resaved app.yml - but same result.
Has anyone encountered (and solved) this issue?