deployphp / action

GitHub Action for Deployer
MIT License
222 stars 44 forks source link

github actions report error #44

Closed tlerbao closed 1 year ago

tlerbao commented 1 year ago

Thanks for open source. May I ask what is the reason for this?

image
antonmedv commented 1 year ago

Check what you can clone on server (without agent forwarding)

tlerbao commented 1 year ago

@antonmedv I connected to the server to test and found that it was because the first clone project, the github ip was not added to the know-host, how to solve this problem?

Does each server manually clone the project once, and then use actions to deploy after adding know-host?

or another way