refactor: default to production releases

This commit is contained in:
Rainer Killinger
2023-02-13 18:46:35 +01:00
parent 7f0c54a826
commit a24e2f36fd
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
SHELL := /bin/bash
APP_DIR := $(PWD)/app
BRANCH ?= develop
BRANCH ?= main
START_TIME := $(date +%s)
clean: