Update .gitlab-ci.yml file with correct IP address
This commit is contained in:
		
							parent
							
								
									90e1e2f50d
								
							
						
					
					
						commit
						75301d4017
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -54,7 +54,7 @@ deploy_staging:
 | 
				
			||||||
    - eval $(ssh-agent -s)
 | 
					    - eval $(ssh-agent -s)
 | 
				
			||||||
    - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
 | 
					    - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
 | 
				
			||||||
    - echo "$PRIVATE_KEY" | ssh-add -
 | 
					    - echo "$PRIVATE_KEY" | ssh-add -
 | 
				
			||||||
    - rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.54.164.87:staging
 | 
					    - rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.160.173.9:staging
 | 
				
			||||||
  when: on_success
 | 
					  when: on_success
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    name: staging
 | 
					    name: staging
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue