18 lines
701 B
Plaintext
18 lines
701 B
Plaintext
# Copy this file to config.mk. It contains non-secret Make configuration only.
|
|
|
|
# Remote SSH administrator supplied by the hoster or LXC configuration. Use
|
|
# root, ubuntu, or another account with passwordless sudo. This is deliberately
|
|
# not the unprivileged gardomatic service account.
|
|
PRODUCTION_HOST =
|
|
PRODUCTION_SSH_USER = root
|
|
PRODUCTION_SSH_PORT = 22
|
|
|
|
# Optional private key path on the local workstation. Leave empty to use the
|
|
# SSH agent and normal ~/.ssh/config resolution. Paths must not contain spaces.
|
|
PRODUCTION_SSH_IDENTITY_FILE =
|
|
|
|
# Target operating system and architecture. Supported provisioning architectures
|
|
# are amd64 and arm64.
|
|
PRODUCTION_GOOS = linux
|
|
PRODUCTION_GOARCH = amd64
|