mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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'
 | 
			
		||||
		Reference in New Issue
	
	Block a user