From daf12560488a658693bb93f02889b4b4e01b8621 Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:23:12 -0500 Subject: [PATCH] chore(config): adds config files --- .github/workflows/fly-deploy.yml | 18 ------------------ .gitignore | 1 + .idea/styleguide-remix-template.iml | 1 + 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .github/workflows/fly-deploy.yml diff --git a/.github/workflows/fly-deploy.yml b/.github/workflows/fly-deploy.yml deleted file mode 100644 index b0c246e..0000000 --- a/.github/workflows/fly-deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ -# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/ - -name: Fly Deploy -on: - push: - branches: - - main -jobs: - deploy: - name: Deploy app - runs-on: ubuntu-latest - concurrency: deploy-group # optional: ensure only one action runs at a time - steps: - - uses: actions/checkout@v4 - - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} diff --git a/.gitignore b/.gitignore index 3f7bf98..5ae8e39 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ node_modules /.cache /build +/.idea /public/build .env diff --git a/.idea/styleguide-remix-template.iml b/.idea/styleguide-remix-template.iml index 24643cc..10b7162 100644 --- a/.idea/styleguide-remix-template.iml +++ b/.idea/styleguide-remix-template.iml @@ -5,6 +5,7 @@ +