Technical Documentation
Github Actions CI
Overview
Sometimes, you would want to update your backend repositories with the last changes pushed by Lootlocker available on gitlab.
Please note that it will not be an easy task since you will have to fix a lot of git conflicts and sometimes refactor your own work according to their changes since they often make those types of huge refactoring. Also note that the most sensible parts of the project are currently related to assets, files and players since that’s where most changes are made. If they make drastic changes like deprecating some stuff we actively use, you wouls want to discard their changes and keep ours.
To upgrade any of your repositories (it works the same with ll-backend, go-backend etc), follow these steps :
Make a new branch
Copy to Clipboard