feat: Add deployment documentation and templates (issue #12) #23
@@ -30,7 +30,7 @@ ssh user@your-server
|
|||||||
sudo mkdir -p /var/www/bot
|
sudo mkdir -p /var/www/bot
|
||||||
sudo chown -R $USER:$USER /var/www/bot
|
sudo chown -R $USER:$USER /var/www/bot
|
||||||
cd /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
|
### 2. Setup Backend
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
DEPLOY_DIR="/var/www/bot"
|
DEPLOY_DIR="/var/www/bot"
|
||||||
DOMAIN="bot.yourdomain.com"
|
DOMAIN="bot.yourdomain.com"
|
||||||
GIT_REPO="https://git.fbrns.co/shoko/randebu.git"
|
GIT_REPO="https://git.example.com/shoko/randebu.git"
|
||||||
|
han
commented
change this to git.example.com change this to git.example.com
|
|||||||
BRANCH="main"
|
BRANCH="main"
|
||||||
|
|
||||||
echo "=== Randebu Deployment Script ==="
|
echo "=== Randebu Deployment Script ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user
change this to git.example.com