docs: legacy release procedure

pull/1049/head
Paul Makles 2024-03-13 23:41:54 +00:00
parent 9d170b5517
commit 9edf4562bb
2 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,28 @@
# Deprecation Notice
This project is deprecated, however it still may receive maintenance updates.
PRs for small fixes are more than welcome.
## Deploying a new release
```bash
cd ~/deployments/revite
git pull
git submodule update
# check:
git status
export REVOLT_SAAS_BRANCH=revite/main
export REMOTE=root@production
scripts/publish.sh
# SSH in and restart revite:
ssh $REMOTE
tmux a -t 4
```
# Revite
## Description

View File

@ -11,7 +11,7 @@ fi
REMOTE_DIR=/root/deployments/revite
# Post-install script
POST_INSTALL="pm2 restart revite"
POST_INSTALL=""
# Assets
export REVOLT_SAAS=https://github.com/revoltchat/assets