docs: legacy release procedure

This commit is contained in:
Paul Makles 2024-03-13 23:41:54 +00:00
parent 472e6e07b5
commit 60fdb5c091
No known key found for this signature in database
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