diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml deleted file mode 100644 index c2caa68..0000000 --- a/.github/workflows/fly.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Fly Deploy -on: - push: - branches: - - main -jobs: - deploy: - name: Deploy app - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} diff --git a/README.md b/README.md index c826966..a365dd8 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,7 @@ A scrum poker tool that helps agile teams plan their sprints in real-time. - Rendering method: SSR - Hosting: Fly - ORM: Drizzle ORM -- Database: Turso (libSQL) - -## Environment Vars - -Add variables to the following places: - -- Github Secrets: FLY_API_TOKEN -- Fly Secrets: Everything in .env +- Database: Postgres ## Versioning diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index d442b03..0511fbd 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -18,7 +18,6 @@ export default function Index() {

Features: