ttf
	
		
			
	
		
	
	
		
			
				
	
				deploy 
				
					Details
				
			
		
	
				
					
				
			
				
	
				deploy 
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									7e4b06a217
								
							
						
					
					
						commit
						39283f63b6
					
				| 
						 | 
				
			
			@ -22,5 +22,15 @@ jobs:
 | 
			
		|||
          hugo-version: "0.110.0"
 | 
			
		||||
          extended: true
 | 
			
		||||
 | 
			
		||||
      - name: Deploy website
 | 
			
		||||
        run: ./deploy
 | 
			
		||||
      - name: Build website
 | 
			
		||||
        run: hugo --minify
 | 
			
		||||
 | 
			
		||||
      - name: Deploy to Server
 | 
			
		||||
        uses: https://github.com/easingthemes/ssh-deploy@main
 | 
			
		||||
        env:
 | 
			
		||||
            SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
 | 
			
		||||
            ARGS: "-rlgoDzvc -i --delete"
 | 
			
		||||
            SOURCE: "public/"
 | 
			
		||||
            REMOTE_HOST: digitalstudium.com
 | 
			
		||||
            REMOTE_USER: root
 | 
			
		||||
            TARGET: /srv/digitalstudium.com    
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue