Copy folder content not folder (hosestly!)
This commit is contained in:
		@@ -4,7 +4,7 @@ pipeline:
 | 
			
		||||
  build:
 | 
			
		||||
    image: klakegg/hugo 
 | 
			
		||||
    commands:
 | 
			
		||||
      - hugo
 | 
			
		||||
      - hugo -d html
 | 
			
		||||
 | 
			
		||||
  deploy:
 | 
			
		||||
    image: appleboy/drone-scp
 | 
			
		||||
@@ -12,7 +12,7 @@ pipeline:
 | 
			
		||||
      host:
 | 
			
		||||
        - reinmuth.uberspace.de
 | 
			
		||||
      username: moanos
 | 
			
		||||
      target: /home/moanos/html
 | 
			
		||||
      source: public/*
 | 
			
		||||
      target: /home/moanos
 | 
			
		||||
      source: html
 | 
			
		||||
      key:
 | 
			
		||||
        from_secret: ssh_key
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user