Skip to content

Commit

Permalink
fix: supertokens
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Dec 11, 2024
1 parent 10b43da commit 4325984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.auisproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4325984

Please sign in to comment.