Guides, Resources, Maps, and more for making custom maps in Rocket League
[!NOTE]
These steps will currently only work for the mainrocketleaguemapmaking.com
domain. If you wish to view this branch or a PR remotely, visit the developer site or the subdomain in the PR actions.
This site can be executed as a docker container on the host machine.
To update the site on the host machine, run the deploy
workflow on the default branch with the following inputs:
true
). Controls whether to push the built image to Docker hub. If deploy
is enabled and push
is disabled, the server will use an already pushed image with the same version
, or fail.true
). Disable this to only build (and push) the Docker Image without deploying it.true
): send a Discord message with the deployment details when the workflow is finished.true
): run all linting scripts before deploying the site.See the GitHub documentation for how to run a workflow manually.
docker build . -t rocketleaguemapmaking/rlmm:<VERSION>
docker login; docker push rocketleaguemapmaking/rlmm:<BUILD_VERSION>
sh deployment/update_and_deploy.sh <BUILD_VERSION>
, e.g. sh deployment/update_and_deploy.sh 0.1.0
on hostdocker ps -a
, which are ordered by age.docker logs <container_name>
.docker stop rlmm
sh deployment/move_dummyassets.sh
to copy in the Not So Dummy Assets.rocketleaguemapmaking.com
).Read the contribution documentation for guidelines when contributing.
The certificate is renewed by the renewcert
script run using a cron job.