From 43259846051f70e3ba08b64458037cc8ff89c28e Mon Sep 17 00:00:00 2001 From: Guryash Date: Thu, 12 Dec 2024 11:34:10 +1300 Subject: [PATCH] fix: supertokens --- .github/workflows/deploy.auisproduction.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.auisproduction.yml b/.github/workflows/deploy.auisproduction.yml index aa22f72..7bf3f6f 100644 --- a/.github/workflows/deploy.auisproduction.yml +++ b/.github/workflows/deploy.auisproduction.yml @@ -40,12 +40,12 @@ jobs: FLY_API_TOKEN: ${{ secrets.FLY_STRAPI_AUIS_API_TOKEN }} deploy-supertokens: - name: Deploy Strapi + name: Deploy Supertokens runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only --config fly.auis.toml - working-directory: ./strapi + - run: flyctl deploy --remote-only --config flyauis.toml + working-directory: ./supertoken-core env: FLY_API_TOKEN: ${{ secrets.FLY_SUPERTOKENS_AUIS_API_TOKEN }}