From e9487a3663e9989fcb958b7c6d4aaef57cd131ba Mon Sep 17 00:00:00 2001 From: Greg V Date: Sat, 25 Nov 2023 19:38:44 -0700 Subject: [PATCH] Doc updates --- README.md | 2 ++ docs/deployment.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 4390834..a970a56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Equestrian Volunteer Scheduler 🐎 +- dev = [Staging](https://staging.trottrack.org/) +- main = [Prod](https://thebarn.trottrack.org/) EVS is a web application intended to help equestrian non-profit organizations to coordinate volunteers in their day-to-day operations. It is in ongoing diff --git a/docs/deployment.md b/docs/deployment.md index d748be3..c35ccab 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -1,8 +1,15 @@ # Initial setup +[Pre-read](https://github.com/epicweb-dev/epic-stack/blob/main/docs/deployment.md) epic stack deployment + +First add secrets (via flyctl or Fly web) +- INTERNAL_COMMAND_TOKEN +- RESEND_API_KEY +- SESSION_SECRET To create a new app, use the following two commands: ``` fly launch --name evs-production --org opportunity-hack -r sjc +fly consul attach --app evs-production fly deploy --app evs-production ```