Readme and workflow
This commit is contained in:
parent
b349cc69c4
commit
89a17b9d28
2 changed files with 8 additions and 1 deletions
2
.github/workflows/fly.yml
vendored
2
.github/workflows/fly.yml
vendored
|
@ -2,7 +2,7 @@ name: Fly Deploy
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy app
|
||||
|
|
|
@ -13,6 +13,13 @@ A scrum poker tool that helps agile teams plan their sprints in real-time.
|
|||
- Database: Turso (libSQL)
|
||||
- Cache: Upstash (Redis)
|
||||
|
||||
## Environment Vars
|
||||
|
||||
Add variables to the following places:
|
||||
|
||||
- Github Secrets
|
||||
- Fly Secrets
|
||||
|
||||
## Versioning
|
||||
|
||||
- I use a bastardized version of semantic versioning. I jump to a new minor release whenever I feel like I made enough patch releases.
|
||||
|
|
Loading…
Add table
Reference in a new issue