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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy app
|
name: Deploy app
|
||||||
|
|
|
@ -13,6 +13,13 @@ A scrum poker tool that helps agile teams plan their sprints in real-time.
|
||||||
- Database: Turso (libSQL)
|
- Database: Turso (libSQL)
|
||||||
- Cache: Upstash (Redis)
|
- Cache: Upstash (Redis)
|
||||||
|
|
||||||
|
## Environment Vars
|
||||||
|
|
||||||
|
Add variables to the following places:
|
||||||
|
|
||||||
|
- Github Secrets
|
||||||
|
- Fly Secrets
|
||||||
|
|
||||||
## Versioning
|
## 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.
|
- 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