Skip to content

Commit

Permalink
docs: legacy release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Mar 13, 2024
1 parent 472e6e0 commit 60fdb5c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60fdb5c

Please sign in to comment.