push
This commit is contained in:
		@@ -28,8 +28,7 @@ deploy:
 | 
			
		||||
  before_script:
 | 
			
		||||
    - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
 | 
			
		||||
    - eval $(ssh-agent -s)
 | 
			
		||||
    - echo "$SSH_PRIVATE_KEY"
 | 
			
		||||
    - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
 | 
			
		||||
    - echo "$SSH_PRIVATE_KEY" | ssh-add -
 | 
			
		||||
    - mkdir -p ~/.ssh
 | 
			
		||||
    - chmod 700 ~/.ssh
 | 
			
		||||
  script:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user