This commit is contained in:
		
							parent
							
								
									3696894bab
								
							
						
					
					
						commit
						2fed8369cb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -31,9 +31,11 @@ steps:
 | 
				
			||||||
  - echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa
 | 
					  - echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa
 | 
				
			||||||
  - chmod 600 ~/.ssh/id_rsa
 | 
					  - chmod 600 ~/.ssh/id_rsa
 | 
				
			||||||
- name: add-remote
 | 
					- name: add-remote
 | 
				
			||||||
 | 
					  image: ubuntu:latest
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - git remote add dokku dokku:$DOKKU_APP_NAME
 | 
					  - git remote add dokku dokku:$DOKKU_APP_NAME
 | 
				
			||||||
- name: push-to-dokku
 | 
					- name: push-to-dokku
 | 
				
			||||||
 | 
					  image: ubuntu:latest
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - git push dokku $BRANCH
 | 
					  - git push dokku $BRANCH
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue