From 6a3fb6d693b4fdab0c01f7280e333f52b1a1e578 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sat, 21 Mar 2020 13:13:30 -0400 Subject: [PATCH] . --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b606355..031b626 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,10 @@ The web server will be running at `http://localhost:8000` and the email server a 4. Setup the server: ```console + $ ssh-add $ 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.