Repository Index: Generate an index.yaml in ./docx/helm-repo/index.yaml to allow for browsertrix to be a helm repository. docs: rename docs.browsertrix.cloud -> docs.browsertrix.com docs: update deployment doc to mention helm repo as preferred way to install docs build action: generate repository index in GH action publish action: update auto-generated message to mention installing from the repo. --------- Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
		
			
				
	
	
		
			11 lines
		
	
	
		
			239 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			239 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
- name: deploy browsertrix on digital ocean
 | 
						|
  hosts: localhost
 | 
						|
  connection: local
 | 
						|
  gather_facts: false
 | 
						|
  vars_files:
 | 
						|
    - inventory/digital_ocean/group_vars/main.yml
 | 
						|
  roles:
 | 
						|
    - role: digital_ocean/setup
 | 
						|
    - role: btrix/deploy
 |