14 lines
503 B
Plaintext
14 lines
503 B
Plaintext
# Copy this file to .env and fill in the values.
|
|
# .env is gitignored — never commit it.
|
|
#
|
|
# Used by `make deploy` to push to GitHub before rsyncing to the VPS.
|
|
# If either variable is unset, the push step is skipped (rsync still runs).
|
|
|
|
# A GitHub fine-grained personal access token with Contents: read+write
|
|
# on the levineuwirth.org repository.
|
|
# Generate at: https://github.com/settings/tokens
|
|
GITHUB_TOKEN=
|
|
|
|
# The GitHub repository in owner/repo format.
|
|
GITHUB_REPO=levineuwirth/levineuwirth.org
|