RPG server plugin for Aetheria
- mvn in PATH (the batch script installs everything)
- mongodb (will add to batch script)
run the following commands on the beta branch:
git rebase development - Move development commits to the production branch
git push origin - Push changes to server
Wait a few minutes for the CI to build, then restart the server.
Example:
git checkout beta
git pull origin
git rebase development
git push origin