app.ymlへのプラグイン追加で書式設定の問題

以前に投稿したこの画像から:

ここに記載されているように、最初の元の行の形式にも従う必要があります。

したがって、あなたのものは次のようになるでしょう。


hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-akismet.git
          - git clone https://github.com/discourse/discourse-whos-online.git

「いいね!」 4