هل يجب أن أُحدّث ملف app.yml الخاص بي؟

While checking the topic on how to install plugins, I noticed that this is being used:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git

but on my app.yml file I only have:
git clone https://github.com/discourse/docker_manager.git

Should I update that line to match the first one?

You can if you want, but you don’t need to. That first one just use discourse-user for git clone, and isn’t needed anymore — old system.

4 إعجابات

Thanks.
So when it comes to adding plugins, should I also just use git clone or - sudo -E -u discourse git clone? Because in the instructions here they mention that we should add it.

إعجاب واحد (1)

git clone is enough.

4 إعجابات

Thanks again :+1:

إعجاب واحد (1)