From 89a17b9d2800545dbe52d06c7bd642cb07422a80 Mon Sep 17 00:00:00 2001 From: atridadl Date: Fri, 17 Nov 2023 00:40:29 -0700 Subject: [PATCH] Readme and workflow --- .github/workflows/fly.yml | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 9d78acb..0cf6daa 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -2,7 +2,7 @@ name: Fly Deploy on: push: branches: - - dev + - main jobs: deploy: name: Deploy app diff --git a/README.md b/README.md index 6cf9ef4..50a444a 100644 --- a/README.md +++ b/README.md @@ -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.