mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
The main use-case here is for ensuring that we don't deploy to master while doing demos. (imported from commit d3c8ba502052b352291548200032f39e0743b774)
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec ssh zulip@staging.zulip.net 'mkdir deployments/lock'
|