# click-to-cloud **Repository Path**: mirrors_motdotla/click-to-cloud ## Basic Information - **Project Name**: click-to-cloud - **Description**: Working description - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### WARNING: This is no longer maintained. I recommend the [Heroku Button](https://devcenter.heroku.com/articles/heroku-button) as an excellent alternative. # click-to-cloud Make it possible to deploy applications to heroku and other places with just a click. ## Usage ```bash click-to-cloud --repo https://github.com/scottmotte/handshake.git ``` Replace the repo with the repo you want to deploy. It needs to be a click-to-cloud enabled repo. It it is it will have a a `click-to-cloud.json` file in the root of its project directory. ## How does it work The developer defines a set of deployment rules in their application inside a click-to-cloud.json file. The click-to-cloud script takes care of the rest - knowing only the location of the git repo. ## Installation You need to install the click-to-cloud binary on your machine. Do the following to do so. You must have go. ```bash git clone https://github.com/scottmotte/click-to-cloud.git cd click-to-cloud go install ```