Skip to content

Commit

Permalink
Revert "Reapply "use depot builder""
Browse files Browse the repository at this point in the history
This reverts commit f73134a.
  • Loading branch information
xHomu committed Sep 4, 2024
1 parent 6c26802 commit 3f1fe9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fly-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --app "$APP_NAME" --depot
- run: flyctl deploy --app "$APP_NAME" --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
APP_NAME: ${{ secrets.APP_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/fly-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --app "$APP_NAME" --config ./fly/fly.core.toml --depot
- run: flyctl deploy --app "$APP_NAME" --config ./fly/fly.core.toml --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
APP_NAME: ${{ secrets.APP_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/fly-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --app "$APP_NAME"-db --config ./fly/fly.custom.toml --depot
- run: flyctl deploy --app "$APP_NAME"-db --config ./fly/fly.custom.toml --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
APP_NAME: ${{ secrets.APP_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/fly-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --config ./fly/fly.home.toml --depot
- run: flyctl deploy --config ./fly/fly.home.toml --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 3f1fe9f

Please sign in to comment.