mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 14:40:58 -05:00
docs: legacy release procedure
This commit is contained in:
parent
472e6e07b5
commit
60fdb5c091
2 changed files with 26 additions and 1 deletions
25
README.md
25
README.md
|
@ -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
|
# Revite
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
|
@ -11,7 +11,7 @@ fi
|
||||||
REMOTE_DIR=/root/deployments/revite
|
REMOTE_DIR=/root/deployments/revite
|
||||||
|
|
||||||
# Post-install script
|
# Post-install script
|
||||||
POST_INSTALL="pm2 restart revite"
|
POST_INSTALL=""
|
||||||
|
|
||||||
# Assets
|
# Assets
|
||||||
export REVOLT_SAAS=https://github.com/revoltchat/assets
|
export REVOLT_SAAS=https://github.com/revoltchat/assets
|
||||||
|
|
Loading…
Reference in a new issue