# DEPLOY.NOW
> One click deploys to △ now
URL to a GitHub repo
Create a new token here
## Usage
To add one-click deploys to your open source project, include the button to your readme:
[](https://deploy.now.sh/?repo=https://github.com/zpnk/hello-world)
Be sure to set the repo
parameter to the GitHub url of your project. This will result in the following link:
If your app requires users to specify environment variables, you may include these in the deploy
url:
https://deploy.now.sh/?repo=https://github.com/zpnk/hello-world&env=GREETING&env=RECIPIENT
The user will then be asked for these when deploying the app.