fix: Use git.example.com instead of git.fbrns.co for placeholder
As per review feedback, changed all git instance URLs to use git.example.com as a placeholder since the code will be hosted on a different instance.
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
||||
|
||||
DEPLOY_DIR="/var/www/bot"
|
||||
DOMAIN="bot.yourdomain.com"
|
||||
GIT_REPO="https://git.fbrns.co/shoko/randebu.git"
|
||||
GIT_REPO="https://git.example.com/shoko/randebu.git"
|
||||
BRANCH="main"
|
||||
|
||||
echo "=== Randebu Deployment Script ==="
|
||||
|
||||
Reference in New Issue
Block a user