From 978a7a7776fe5126c49e574b8a21f2769261deca Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 30 May 2024 12:11:59 +0530 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..cb8ed96 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,18 @@ +on: [push] + +jobs: + deploy_tailcall: + runs-on: ubuntu-latest + name: Deploy Tailcall + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Deploy Tailcall + id: deploy-tailcall + uses: tailcallhq/gh-action@v0.2 + with: + provider: "fly" + fly-api-token: ${{ secrets.FLY_API_TOKEN }} + fly-app-name: "tailcall" + fly-region: "lax" + tailcall-config: "config.graphql"