Skip to content

operately/nightly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Operately Nightly Builds

Build Status

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.

How to use the nightly builds

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.

Download the latest nightly build

wget -q https://github.com/operately/nightly/releases/latest/download/operately-single-host.tar.gz
tar -xf operately-single-host.tar.gz
cd operately

Run the installation script

./install.sh

Start the Operately services

docker compose up --wait --detach