This commit is contained in:
		
							parent
							
								
									d45e6b54d0
								
							
						
					
					
						commit
						65bb70ff61
					
				
					 3 changed files with 23 additions and 46 deletions
				
			
		
							
								
								
									
										22
									
								
								.woodpecker/default.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.woodpecker/default.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
pipeline:
 | 
			
		||||
 | 
			
		||||
  build:
 | 
			
		||||
    image: ghcr.io/narolinus/mkdocs-material-insiders
 | 
			
		||||
    commands:
 | 
			
		||||
#     - pip install -U -r ./requirements.txt
 | 
			
		||||
      - mkdocs build
 | 
			
		||||
      - chmod -R 700 site
 | 
			
		||||
 | 
			
		||||
  deploy:
 | 
			
		||||
    image: drillster/drone-rsync
 | 
			
		||||
    settings:
 | 
			
		||||
      hosts: [ "sn42.de" ]
 | 
			
		||||
      port: 6666
 | 
			
		||||
      delete: true
 | 
			
		||||
      recursive: true
 | 
			
		||||
      user:
 | 
			
		||||
        from_secret: deploy_ssh_user
 | 
			
		||||
      key:
 | 
			
		||||
        from_secret: deploy_ssh_key
 | 
			
		||||
      source: site/
 | 
			
		||||
      target: htdocs
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue