mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
16 lines
388 B
Text
16 lines
388 B
Text
|
# shellcheck disable=SC2034,SC2148
|
||
|
# ###
|
||
|
# Do not use quotes for these variables!
|
||
|
# ###
|
||
|
|
||
|
# To use either docker or podman
|
||
|
# The default is docker
|
||
|
# CONTAINER_CMD=docker
|
||
|
|
||
|
# This is only used for the gh-release command
|
||
|
# Which Key or User to use to signing the web-vault tar.gz file
|
||
|
# GPG_SIGNING_USER=user@domain.tld
|
||
|
# GPG_SIGNING_USER=MY_LONG_UNIQUE_GPG_KEY_IDENTIFIER
|
||
|
|
||
|
# vim: syntax=ini
|