Readme and workflow

This commit is contained in:
Atridad Lahiji 2023-11-17 00:40:29 -07:00
parent b349cc69c4
commit 89a17b9d28
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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.