This repository contains the scripts and configurations to generate nightly builds for Operately. The nightly builds are generated every morning at 07:00 UTC, and are available for download as releases in this repository.
Apart from the nightly builds, the builds are also generated for
every passed pipeline
run on the main
branch of the Operately repository.
The nightly builds are available as GitHub releases in this repository. You can follow the single-host installation guide to install the nightly builds, but instead of downloading the latest stable release, replace the url with the latest nightly build release.
wget -q https://github.com/operately/nightly/releases/latest/download/operately-single-host.tar.gz
tar -xf operately-single-host.tar.gz
cd operately
./install.sh
docker compose up --wait --detach