Update manual deployment instructions
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@ -16,12 +16,14 @@ $ hugo server
 | 
			
		||||
 | 
			
		||||
## Deploy me manually to the prod site
 | 
			
		||||
 | 
			
		||||
Need to have a docker context that points to swarm.autonomic.zone. To have permissions to push the image, need to use `docker login` using the creds in the pass store at `logins/dockerhub`
 | 
			
		||||
Need to have a docker context that points to `swarm-0.coopcloud.tech`.
 | 
			
		||||
 | 
			
		||||
To have permissions to push the image, need to use `docker login` using your Gitea credentials 
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
docker build -t thecoopcloud/coopcloud.tech:latest .
 | 
			
		||||
docker push thecoopcloud/coopcloud.tech:latest
 | 
			
		||||
DOCKER_CONTEXT=autonomic-swarm docker stack deploy -c compose.yml coop_cloud_site
 | 
			
		||||
docker build -t git.coopcloud.tech/toolshed/coopcloud.tech .
 | 
			
		||||
docker push git.coopcloud.tech/toolshed/coopcloud.tech
 | 
			
		||||
DOCKER_CONTEXT=swarm-0.coopcloud.tech docker stack deploy -c compose.yml coop_cloud_site
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
The site should auto-deploy though [over here](https://build.coopcloud.tech/toolshed/coopcloud.tech).
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user