This commit is contained in:
		@@ -6,12 +6,10 @@ pipeline:
 | 
				
			|||||||
    - hugo-official --minify --gc --cleanDestinationDir
 | 
					    - hugo-official --minify --gc --cleanDestinationDir
 | 
				
			||||||
  deploy:
 | 
					  deploy:
 | 
				
			||||||
    image: appleboy/drone-scp
 | 
					    image: appleboy/drone-scp
 | 
				
			||||||
    settings:
 | 
					    secrets: [SSH_USERNAME, SSH_PASSWORD]
 | 
				
			||||||
      host: jcktrue.dk
 | 
					    host: jcktrue.dk
 | 
				
			||||||
      target: /home/jct/apps/http/jcktrue.dk/
 | 
					    target: /home/jct/apps/http/jcktrue.dk/
 | 
				
			||||||
      source: public/*
 | 
					    source: public/*
 | 
				
			||||||
      strip_components: 1
 | 
					    strip_components: 1
 | 
				
			||||||
      username:
 | 
					    username: $SSH_USERNAME
 | 
				
			||||||
        from_secret: SSH_USERNAME
 | 
					    password: $SSH_PASSWORD
 | 
				
			||||||
      password:
 | 
					 | 
				
			||||||
        from_secret: SSH_PASSWORD
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user