Try with strip components
This commit is contained in:
		@@ -4,7 +4,7 @@ pipeline:
 | 
				
			|||||||
  build:
 | 
					  build:
 | 
				
			||||||
    image: klakegg/hugo 
 | 
					    image: klakegg/hugo 
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - hugo -d html
 | 
					      - hugo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  deploy:
 | 
					  deploy:
 | 
				
			||||||
    image: appleboy/drone-scp
 | 
					    image: appleboy/drone-scp
 | 
				
			||||||
@@ -12,7 +12,8 @@ pipeline:
 | 
				
			|||||||
      host:
 | 
					      host:
 | 
				
			||||||
        - reinmuth.uberspace.de
 | 
					        - reinmuth.uberspace.de
 | 
				
			||||||
      username: moanos
 | 
					      username: moanos
 | 
				
			||||||
      target: /var/www/virtual/moanos
 | 
					      target: /var/www/virtual/moanos/
 | 
				
			||||||
      source: html
 | 
					      source: 
 | 
				
			||||||
      key:
 | 
					      key:
 | 
				
			||||||
        from_secret: ssh_key
 | 
					        from_secret: ssh_key
 | 
				
			||||||
 | 
					      strip_components: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user