diff options
author | notgne2 | 2020-10-13 18:27:27 -0700 |
---|---|---|
committer | notgne2 | 2020-10-13 18:27:27 -0700 |
commit | 3bd43f92e6c59f65b6120886c4ee75b6a9391522 (patch) | |
tree | 9ec3fc0abc23f289f2af9d3acee85c02d40a9373 /Cargo.toml | |
parent | b2326d8694465718024e63c691fe9920c416489e (diff) |
Auto rollback if deployment is not confirmed
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,6 +20,9 @@ merge = "0.1.0" whoami = "0.9.0" log = "0.4" pretty_env_logger = "0.4" +inotify = "0.8" +futures-util = "0.3.6" +fork = "0.1" [[bin]] name = "deploy" @@ -27,4 +30,4 @@ path = "src/main.rs" [[bin]] name = "activate" -path = "src/activate.rs" +path = "src/activate.rs"
\ No newline at end of file |