681aa9e237
Keep DEB/Docker publish keys out of the project's .env. Scripts and check.py --ready only read .env.builder; empty values count as missing.
14 lines
389 B
Ruby
14 lines
389 B
Ruby
# Builder publish credentials. Copy to the project root as `.env.builder`.
|
|
# Do not commit this file. Do not put these keys in the project's `.env`.
|
|
# Uncomment and fill the keys for tracks this project uses.
|
|
# Shell-exported values override this file.
|
|
#
|
|
# DEB_SERVER_URL=
|
|
# DEB_TOKEN=
|
|
# DEB_REPOSITORY=
|
|
# DEB_UPLOAD_PATH=
|
|
# DOCKER_REGISTRY=
|
|
# DOCKER_REPOSITORY=
|
|
# IMAGE_TAG=
|
|
# PLATFORMS=
|