Skip to content

Commit 9ba5699

Browse files
committed
chore: synchronising ci/cd, linting, nix, scripts
1 parent 01ff34a commit 9ba5699

17 files changed

+433
-252
lines changed

.env.example

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Unused atm (jest sets this to `test`)
2+
NODE_ENV=development
3+
4+
# Debug node modules - https://nodejs.org/api/cli.html#node_debugmodule
5+
# NODE_DEBUG=
6+
7+
# Debug node native modules - https://nodejs.org/api/cli.html#node_debug_nativemodule
8+
# NODE_DEBUG_NATIVE=
9+
10+
# Path to container registry authentication file used by `skopeo`
11+
# The file has the same contents as `DOCKER_AUTH_CONFIG`
12+
# Use this command to acquire the auth file at `./tmp/auth.json`:
13+
# ```
14+
# printf 'PASSWORD' | skopeo login \
15+
# --username 'USERNAME' \
16+
# --password-stdin \
17+
# $CI_REGISTRY_IMAGE \
18+
# --authfile=./tmp/auth.json
19+
# ```
20+
# REGISTRY_AUTH_FILE=

0 commit comments

Comments
 (0)