Create 'Deploy to Cyclic' button
Follow these steps to create a button that will allow users to fork your repo and deploy to Cyclic in one action.
Easy
Just copy this markdown directly into your README.md file inside your repo on Github. The target https://deploy.cyclic.sh/
uses http referrer header to determine the source repo to use in targeting the app.cyclic.sh
deploy path.
[](https://deploy.cyclic.sh/)
Renders as:
HTML
If you would like to embed HTML directly into a site with a configured target you can set the app.cyclic.sh
path yourself. Replace GH_LOGIN
and GH_REPO
with the values for your Github user name and repository name.
For example if you wanted to create a fork and deploy button for: https://github.com/seekayel/express-hello-world
The values would be:
GH_LOGIN=seekayel
GH_REPO=express-hello-world
<a href="https://deploy.cyclic.sh/GH_LOGIN/GH_REPO">
<img src="https://deploy.cyclic.sh/button.svg" />
</a>
Renders as: