Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregv committed Nov 26, 2023
1 parent 0161373 commit e9487a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/deployment.md
Original file line number Diff line number Diff line change
@@ -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
```

Expand Down

0 comments on commit e9487a3

Please sign in to comment.