7 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| run:
 | |
| 	@cobalt serve
 | |
| deploy:
 | |
| 	@cobalt clean
 | |
| 	@cobalt build
 | |
| 	@rsync -rauz --del --groupmap=erin:www-data --progress _site/ erin@is-cute.ml:~/mercury-site
 | |
| 	@git push -u origin main
 |