|  |  | @@ -16,7 +16,7 @@ steps: | 
		
	
		
			
			|  |  |  | commands: | 
		
	
		
			
			|  |  |  | - eval $(ssh-agent) | 
		
	
		
			
			|  |  |  | - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub | 
		
	
		
			
			|  |  |  | - ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts | 
		
	
		
			
			|  |  |  | - ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -p 2222 -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts | 
		
	
		
			
			|  |  |  | - ssh -p 2222 -tt gitea.torrion-vault.xyz << 'EOT' | 
		
	
		
			
			|  |  |  | - git clone http://gitea.local:3000/Torrion/arbitry.git | 
		
	
		
			
			|  |  |  | - git checkout $DRONE_COMMIT | 
		
	
	
		
			
				|  |  | 
 |