We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aae7ee commit cbdd596Copy full SHA for cbdd596
.github/workflows/deploy.yml
@@ -14,4 +14,4 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- uses: superfly/flyctl-actions/setup-flyctl@master
17
- - run: flyctl deploy --remote-only --detach --no-cache --config fly.toml
+ - run: flyctl deploy --config fly.toml
package.json
@@ -20,7 +20,7 @@
20
"lint": "biome lint .",
21
"format": "biome format --write .",
22
"check": "biome check .",
23
- "deploy": "flyctl deploy --remote-only --detach --no-cache --config fly.toml",
+ "deploy": "flyctl deploy --config fly.toml",
24
"compile": "bun build --compile --minify --sourcemap src/index.ts --outfile main",
25
"dev": "bun --watch src/index.ts",
26
"start": "bun src/index.ts"
0 commit comments