deploy
This commit is contained in:
		
							parent
							
								
									51d94a073c
								
							
						
					
					
						commit
						755c859d17
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@ pages:
 | 
				
			||||||
    - mkdir public
 | 
					    - mkdir public
 | 
				
			||||||
    - helm package .
 | 
					    - helm package .
 | 
				
			||||||
    - helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} .
 | 
					    - helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} .
 | 
				
			||||||
    - mv index.yaml glitchtip-*.tgz ./public
 | 
					    - mv index.yaml django-*.tgz ./public
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - public
 | 
					      - public
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,9 +21,9 @@ urlpatterns = [
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Usage
 | 
					# Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Add our Helm chart repo `helm repo add glitchtip https://glitchtip.gitlab.io/glitchtip-helm-chart/`
 | 
					1. Add our Helm chart repo `helm repo add django https://burke-software.gitlab.io/django-helm-chart/`
 | 
				
			||||||
2. Review our values.yaml. At a minimum you'll need to set SECRET_KEY.
 | 
					2. Review our values.yaml. At a minimum you'll need to set SECRET_KEY.
 | 
				
			||||||
3. Install the chart `helm install glitchtip/glitchtip --set databaseURL=your_db --set secretKey=random_string`
 | 
					3. Install the chart `helm install burke-software/django --set databaseURL=your_db --set secretKey=random_string`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Tips
 | 
					# Tips
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue