mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
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:
3
tools/block-deployments
Executable file
3
tools/block-deployments
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec ssh zulip@staging.zulip.net 'mkdir deployments/lock'
|
||||||
3
tools/unblock-deployments
Executable file
3
tools/unblock-deployments
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec ssh zulip@staging.zulip.net 'rmdir deployments/lock'
|
||||||
Reference in New Issue
Block a user