Compare commits
	
		
			No commits in common. "080d0c4f7c39cdeb7bd789879698923b3d88a00f" and "ef22fd9b8333a115599952cf32d3bf5f19275402" have entirely different histories.
		
	
	
		
			080d0c4f7c
			...
			ef22fd9b83
		
	
		
@ -23,3 +23,5 @@ 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