diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 05d7366..4e8d53f 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -15,7 +15,7 @@ jobs: - name: Change directory run: cd apps/api - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only + - run: flyctl deploy --remote-only -a firecrawl-scraper-js env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}