Skip to content

Continuous Integration (Nightly Builds)

Kemal Kongar edited this page Jun 2, 2022 · 2 revisions

Rodan-Docker images are rebuilt every night at 2am on the staging server 132.206.14.133. This could be done on a raspberry pi, as long as the cron job is on a machine somewhere. The nightly script is defined in the repository here, at rodan-docker/scripts/nightly.

You must have done the following:

  • Install Docker-CE, Docker-Compose
  • Login docker login with the ddmal/docker credentials
  • Create SSH-Keys for GitHub on the DDMAL-Lab Manager account.
  • Added 2 0 * * 1-5 /srv/webapps/Rodan/scripts/nightly in crontab -e
Clone this wiki locally