move drone to bos
This commit is contained in:
parent
85874b1bbb
commit
794f112003
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
app = "burd-infra-drone"
|
||||
primary_region = "sea"
|
||||
primary_region = "bos"
|
||||
kill_signal = "SIGINT"
|
||||
kill_timeout = "5s"
|
||||
|
||||
|
@ -29,7 +29,7 @@ kill_timeout = "5s"
|
|||
server = "/bin/drone-server"
|
||||
|
||||
[[mounts]]
|
||||
source = "drone_data"
|
||||
source = "drone_server_data"
|
||||
destination = "/data"
|
||||
processes = ["server"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue