feat: Add deployment documentation and templates (issue #12) #23
@@ -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
|
||||
|
||||
@@ -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