Specifying version for rebuild?

How do I specify a particular version of discourse when rebuilding?

There should be a version key in your app.yml file.

  #version: tests-passed

Remove the # and change test-passed to the version you want to use; e.g. beta. You can find available version strings at https://github.com/discourse/discourse/branches. I think tag names work also; e.g. v1.4.0.beta11.

إعجابَين (2)

We do this on our production server, so that we can choose when to expose any public-facing changes.

In the params: section of your container’s .yml file, add

version: v1.4.0.beta10

3 إعجابات

Hey thank you guys. I am nearing day 45 of Discourse in production but I am constantly changing things. Sometimes the “nightly” builds throw me off in mysterious ways.

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.