move drone to bos

This commit is contained in:
Gregory Burd 2023-10-20 09:22:30 -04:00
parent 85874b1bbb
commit 794f112003

View file

@ -4,7 +4,7 @@
# #
app = "burd-infra-drone" app = "burd-infra-drone"
primary_region = "sea" primary_region = "bos"
kill_signal = "SIGINT" kill_signal = "SIGINT"
kill_timeout = "5s" kill_timeout = "5s"
@ -29,7 +29,7 @@ kill_timeout = "5s"
server = "/bin/drone-server" server = "/bin/drone-server"
[[mounts]] [[mounts]]
source = "drone_data" source = "drone_server_data"
destination = "/data" destination = "/data"
processes = ["server"] processes = ["server"]