From 7f4f2ea04f2c0d071d5efce031b2f4004de67e20 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Wed, 24 Nov 2021 12:01:33 -0800 Subject: [PATCH] Add migration step to deploy instructions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b81868..dda61c1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Wiki and knowledge base for growing teams 4. `abra app config YOURAPPNAME` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box 5. `abra app deploy YOURAPPNAME` -6. Open the configured domain in your browser to finish set-up +6. Build the database with `abra app run YOURAPPNAME app yarn db:migrate --env=production-ssl-disabled` +7. Open the configured domain in your browser to finish set-up [`abra`]: https://git.coopcloud.tech/coop-cloud/abra [`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik