8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
|
|
# Deploy config (copy to deploy-config.sh and set your password)
|
||
|
|
# deploy-config.sh is gitignored so the password is not committed.
|
||
|
|
#
|
||
|
|
# cp scripts/deploy-config.example scripts/deploy-config.sh
|
||
|
|
# Edit deploy-config.sh and set ARCHIPELAGO_PASSWORD
|
||
|
|
#
|
||
|
|
export ARCHIPELAGO_PASSWORD='your_password_here'
|