Skip to content

Commit

Permalink
chore: synchronising ci/cd, linting, nix, scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 15, 2022
1 parent 01ff34a commit 9ba5699
Show file tree
Hide file tree
Showing 17 changed files with 433 additions and 252 deletions.
20 changes: 20 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Unused atm (jest sets this to `test`)
NODE_ENV=development

# Debug node modules - https://nodejs.org/api/cli.html#node_debugmodule
# NODE_DEBUG=

# Debug node native modules - https://nodejs.org/api/cli.html#node_debug_nativemodule
# NODE_DEBUG_NATIVE=

# Path to container registry authentication file used by `skopeo`
# The file has the same contents as `DOCKER_AUTH_CONFIG`
# Use this command to acquire the auth file at `./tmp/auth.json`:
# ```
# printf 'PASSWORD' | skopeo login \
# --username 'USERNAME' \
# --password-stdin \
# $CI_REGISTRY_IMAGE \
# --authfile=./tmp/auth.json
# ```
# REGISTRY_AUTH_FILE=
Loading

0 comments on commit 9ba5699

Please sign in to comment.