さて、プラグインのURLを app.yml に記述します。投稿されたリンクに示されているように:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
- sudo -E -u discourse git clone https://github.com/discourse/discourse-spoiler-alert.git
ここでは例として、プラグインはdiscourse spoiler alertです。