mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-25 10:12:13 +00:00
properly handle initial deploy (#7)
This commit is contained in:
parent
587b1bf659
commit
df3e43996b
@ -1,8 +1,11 @@
|
||||
(xor
|
||||
(seq
|
||||
(seq
|
||||
(call relay ("srv" "resolve_alias") [alias] service_id)
|
||||
(call relay ("srv" "remove") [service_id])
|
||||
(xor
|
||||
(seq
|
||||
(call relay ("srv" "resolve_alias") [alias] service_id)
|
||||
(call relay ("srv" "remove") [service_id])
|
||||
)
|
||||
(null)
|
||||
)
|
||||
(seq
|
||||
(call relay ("srv" "add_alias") [alias service] result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user