Add a simple pair of tools for blocking and unblocking deployments

The main use-case here is for ensuring that we don't deploy to master
while doing demos.

(imported from commit d3c8ba502052b352291548200032f39e0743b774)
This commit is contained in:
Zev Benjamin
2013-11-05 16:03:25 -05:00
parent b2ea2dca81
commit 1271ca0f45
2 changed files with 6 additions and 0 deletions

3
tools/block-deployments Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
exec ssh zulip@staging.zulip.net 'mkdir deployments/lock'