mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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 'rmdir deployments/lock'
 |