From 5fe2d3f8099a2a893a4fa5d69a4e18c53580c14f Mon Sep 17 00:00:00 2001 From: xHomu Date: Thu, 6 Jun 2024 12:44:12 -0700 Subject: [PATCH] cleanup --- .github/workflows/fly-app.yml | 3 ++- fly.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fly-app.yml b/.github/workflows/fly-app.yml index f74fe22..f67728b 100644 --- a/.github/workflows/fly-app.yml +++ b/.github/workflows/fly-app.yml @@ -15,6 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --app wuwa-convene-processor --remote-only + - run: flyctl deploy --app "$APP_NAME" --remote-only env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} + APP_NAME: ${{ secrets.APP_NAME }} diff --git a/fly.toml b/fly.toml index 6525adb..c8eff92 100644 --- a/fly.toml +++ b/fly.toml @@ -3,7 +3,7 @@ # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = 'wuwa-convene-processor' +app = 'mana-api' primary_region = 'sea' [build]