This commit is contained in:
Leandro Facchinetti 2020-03-21 13:13:30 -04:00
parent 0319e88e18
commit 6a3fb6d693
1 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,10 @@ The web server will be running at `http://localhost:8000` and the email server a
4. Setup the server: 4. Setup the server:
```console ```console
$ ssh-add
$ npx pm2 deploy package.json production setup $ npx pm2 deploy package.json production setup
``` ```
5. Push to GitHub, which will trigger the Action that deploys the code and starts the server. 5. Migrate the existing feeds.
6. Push to GitHub, which will trigger the Action that deploys the code and starts the server.