Closed Rayzen-dev closed 2 years ago
Hey @Rayzen-dev, I'm not sure if I got your question right. (You've probably figured it out already) This GitHub action relies on a repository (with the websites code you want to push to an OVH hosting plan). If you take a look at the file "entrypoint.sh" you can see, that ssh is being used to connect to the hosting plan and to perform some operations.
However, your websites code needs to be present in a repository. Other sources than a repository are not yet supported - but might be in a future version.
Hi, I would like to push code of my project inside VM instead the repository URL. I have this code:
How can I add or modify the entrypoint for push with this action ?