From 8053f7b63ae5a6fabda5d5f08bee539780287691 Mon Sep 17 00:00:00 2001 From: Guryash Date: Thu, 12 Dec 2024 11:36:29 +1300 Subject: [PATCH] fix: added missing . --- .github/workflows/deploy.auisproduction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.auisproduction.yml b/.github/workflows/deploy.auisproduction.yml index 7bf3f6f..e2caf2c 100644 --- a/.github/workflows/deploy.auisproduction.yml +++ b/.github/workflows/deploy.auisproduction.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only --config flyauis.toml + - run: flyctl deploy --remote-only --config fly.auis.toml working-directory: ./supertoken-core env: FLY_API_TOKEN: ${{ secrets.FLY_SUPERTOKENS_AUIS_API_TOKEN }}