Skip to content

Commit

Permalink
Deploy to Heroku. #122
Browse files Browse the repository at this point in the history
  • Loading branch information
danpersa committed Dec 4, 2018
1 parent 2306977 commit 49acb14
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ go get ./cmd/skrop/
```
go run cmd/skrop/main.go -routes-file eskip/sample.eskip -verbose
```

### Demo

Press here to deploy your own demo on Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/zalando-stups/skrop)

### Test

```
Expand Down
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "skrop",
"description": "Image transformation service using libvips, based on Skipper.",
"keywords": ["image", "image-processing"],
"repository": "https://github.com/zalando-stups/skrop",
"stack": "container",
"image": "danpersa/skrop"
}
3 changes: 3 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
docker:
web: Dockerfile

0 comments on commit 49acb14

Please sign in to comment.