Skip to content

Commit cbdd596

Browse files
committed
updated deploy commands
1 parent 7aae7ee commit cbdd596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: superfly/flyctl-actions/setup-flyctl@master
17-
- run: flyctl deploy --remote-only --detach --no-cache --config fly.toml
17+
- run: flyctl deploy --config fly.toml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint": "biome lint .",
2121
"format": "biome format --write .",
2222
"check": "biome check .",
23-
"deploy": "flyctl deploy --remote-only --detach --no-cache --config fly.toml",
23+
"deploy": "flyctl deploy --config fly.toml",
2424
"compile": "bun build --compile --minify --sourcemap src/index.ts --outfile main",
2525
"dev": "bun --watch src/index.ts",
2626
"start": "bun src/index.ts"

0 commit comments

Comments
 (0)