Skip to content

Commit de86566

Browse files
refactor: revert fly.ai.toml rename, keep fly.toml for single app (#3855)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: yujonglee <yujonglee.dev@gmail.com>
1 parent 594f5fd commit de86566

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/api_cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- uses: superfly/flyctl-actions/setup-flyctl@master
30-
- run: flyctl deploy --config apps/api/fly.ai.toml --dockerfile apps/api/Dockerfile --remote-only --build-arg APP_VERSION=${{ needs.compute-version.outputs.version }}
30+
- run: flyctl deploy --config apps/api/fly.toml --dockerfile apps/api/Dockerfile --remote-only --build-arg APP_VERSION=${{ needs.compute-version.outputs.version }}
3131
env:
3232
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
3333

File renamed without changes.

0 commit comments

Comments
 (0)