Compare commits
	
		
			3 Commits
		
	
	
		
			ef22fd9b83
			...
			080d0c4f7c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 080d0c4f7c | |||
| 934e710e78 | |||
| 5e87006491 | 
@ -23,5 +23,3 @@ jobs:
 | 
				
			|||||||
        uses: webfactory/ssh-agent@v0.9.0
 | 
					        uses: webfactory/ssh-agent@v0.9.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          ssh-private-key: ${{ secrets.PRIVATE_KEY }}
 | 
					          ssh-private-key: ${{ secrets.PRIVATE_KEY }}
 | 
				
			||||||
      - name: SCP Files to resume web server
 | 
					 | 
				
			||||||
        run: "scp -o UserKnownHostsFile=/dev/null -r public/ $ssh_target:$remote_path"
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user