User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
matrix [2023/10/18 18:44] jadematrix [2025/10/14 12:04] (current) jade
Line 21: Line 21:
 We use the following git repo for ansible configuration: We use the following git repo for ansible configuration:
 [[https://github.com/merri-bek-tech/ansible-app-matrix|ansible-app-matrix]] [[https://github.com/merri-bek-tech/ansible-app-matrix|ansible-app-matrix]]
 +
 +The ansible scripts are executed using:
 +
 +<code>
 +just roles
 +just setup-all
 +</code>
 +
 +==== Upgrading ====
 +
 +To upgrade the server, clone our github repository (above) and add a remote called upstream for https://github.com/spantaleev/matrix-docker-ansible-deploy.git , your remotes should look like this:
 +
 +<code>
 +git remote -v
 +
 +origin git@github.com:merri-bek-tech/ansible-app-matrix.git (fetch)
 +origin git@github.com:merri-bek-tech/ansible-app-matrix.git (push)
 +upstream https://github.com/spantaleev/matrix-docker-ansible-deploy.git (fetch)
 +upstream https://github.com/spantaleev/matrix-docker-ansible-deploy.git (push)
 +</code>
 +
 +Then, pull from upstream, using rebase as your pull merge strategy.
 +
 +Then run:
 +
 +<code>
 +just roles
 +just setup-all
 +</code>
  
  

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information