This commit is contained in:
		@@ -9,13 +9,13 @@ steps:
 | 
				
			|||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: klakegg/hugo:ext-alpine
 | 
					  image: klakegg/hugo:ext-alpine
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - hugo-official
 | 
					  - hugo-official --minify
 | 
				
			||||||
- name: deploy
 | 
					- name: deploy
 | 
				
			||||||
  image: appleboy/drone-scp
 | 
					  image: appleboy/drone-scp
 | 
				
			||||||
  settings:
 | 
					  settings:
 | 
				
			||||||
    host: jcktrue.dk
 | 
					    host: jcktrue.dk
 | 
				
			||||||
    target: /srv/raid/apps/http/jcktrue.dk/
 | 
					    target: /srv/raid/apps/http/jcktrue.dk/
 | 
				
			||||||
    source: /target/*
 | 
					    source: public/*
 | 
				
			||||||
    strip_components: 1
 | 
					    strip_components: 1
 | 
				
			||||||
    username:
 | 
					    username:
 | 
				
			||||||
      from_secret: SSH_USERNAME
 | 
					      from_secret: SSH_USERNAME
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user