10 lines
405 B
Bash
10 lines
405 B
Bash
# Repository to Pull
|
|
REPO_URL=https://git.cyberstrawberry.net/cyberstrawberry/website.git
|
|
GIT_USERNAME=nicole.rappe
|
|
GIT_PASSWORD=USE-AN-APP-PASSWORD
|
|
|
|
# NTFY Server to Notify on Pull Events
|
|
NTFY_URL=https://ntfy.cyberstrawberry.net/git-repo-updater
|
|
|
|
# Folder of the destination server / container folder where you want the repository data to transfer
|
|
DESTINATION=/srv/containers/nginx-portfolio-website/www |