Files
zulip/tools/block-deployments
Zev Benjamin 1271ca0f45 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)
2013-11-05 17:13:45 -05:00

4 lines
71 B
Bash
Executable File

#!/bin/bash
exec ssh zulip@staging.zulip.net 'mkdir deployments/lock'