mirror of
https://github.com/syncthing/release-tools.git
synced 2026-06-07 09:07:31 +00:00
8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
# rsync destination for APT archive
|
|
export RELEASE_ROOT="user@server:/path"
|
|
# location of Syncthing secret EC key
|
|
export PRIVATE_KEY="~/secret/key.priv"
|
|
# GitHub token for uploads
|
|
export GITHUB_TOKEN="abcdef0123456789abcdef0123456789abcdef01"
|
|
# "rsh" command for rsync
|
|
export RSYNC_RSH_CMD="ssh -p 2443" |