From e54ad8e6ed4b8cf2c15e79074b428cf1ec0050eb Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 31 Mar 2024 01:16:06 -0600 Subject: [PATCH] Railway test --- .github/workflows/fly.yml | 15 - README.md | 9 +- app/routes/_index.tsx | 1 - package.json | 26 +- pnpm-lock.yaml | 1053 ++++++++++++++++++++++--------------- 5 files changed, 649 insertions(+), 455 deletions(-) delete mode 100644 .github/workflows/fly.yml 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: