Should I update my app.yml file?

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 Likes

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 Like

git clone is enough.

4 Likes

Thanks again :+1:

1 Like