مشكلات تنسيق عند إضافة إضافات إلى 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 إعجابات