docs: legacy release procedure

This commit is contained in:
Paul Makles
2024-03-13 23:41:54 +00:00
parent 472e6e07b5
commit 60fdb5c091
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