Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
adding more information
Browse files Browse the repository at this point in the history
  • Loading branch information
azamaulanaaa committed Aug 24, 2020
1 parent 16216df commit a6064ed
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Deploy Button
# BOTKACA

[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)
Telegram bot leecher powered by python3.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Deploy button

~~`[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run?git_repo=https://github.com/azamaulanaaa/botkaca.git "Google Cloud")`~~

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/azamaulanaaa/botkaca "Heroku")

*Currently google cloud does not supported due to app.json clash with heroku. Check out [issue #112](https://github.com/GoogleCloudPlatform/cloud-run-button/issues/112 "Both Cloud Run Button and Heroku Button - app.json Clash")*

## How to run

```sh
#!/bin/sh
git clone https://github.com/azamaulanaaa/botkaca.git
cd botkaca
docker build -t botkaca .
docker run -it botkaca
```

0 comments on commit a6064ed

Please sign in to comment.