Skip to content

Commit 1e2b843

Browse files
committed
fix: fly.toml for deployment — remove build section, CMD cloud mode
1 parent a882c39 commit 1e2b843

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

infra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ EXPOSE 8443
4040
EXPOSE 50051
4141

4242
ENTRYPOINT ["warpd"]
43-
CMD ["standalone", "--port", "8443"]
43+
CMD ["cloud", "--api-port", "8443", "--data-dir", "/var/lib/warpgrid"]

infra/fly-cloud.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
app = "warpgrid-cloud"
77
primary_region = "iad"
88

9-
[build]
10-
dockerfile = "infra/Dockerfile"
11-
129
[env]
1310
RUST_LOG = "info,warpd=debug,warpgrid=debug"
1411
WARPGRID_REGISTRY_BUCKET = "warpgrid-registry"
@@ -29,6 +26,3 @@ primary_region = "iad"
2926
size = "shared-cpu-2x"
3027
memory = "1gb"
3128
cpus = 2
32-
33-
[processes]
34-
app = "warpd cloud --api-port 8443 --data-dir /var/lib/warpgrid"

0 commit comments

Comments
 (0)