feat: Add deployment documentation and templates (issue #12) #23

Merged
shoko merged 2 commits from fix/issue-12 into main 2026-04-09 01:23:54 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ad17ca6c41 - Show all commits

View File

@@ -30,7 +30,7 @@ ssh user@your-server
sudo mkdir -p /var/www/bot
sudo chown -R $USER:$USER /var/www/bot
cd /var/www/bot
git clone https://git.fbrns.co/shoko/randebu.git .
git clone https://git.example.com/shoko/randebu.git .
```
### 2. Setup Backend

View File

@@ -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 ==="