diff --git a/.drone.yml b/.drone.yml index ed57685..a088e93 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image image: ruby:2.7.1-slim commands: - - apt-get update -y && apt-get install -y curl build-essential + - apt-get update -y && apt-get install -y curl build-essential git - curl https://get.docker.io/builds/Linux/x86_64/docker-latest -o /usr/local/bin/docker - chmod +x /usr/local/bin/docker - gem install bundler:2.1.4 diff --git a/README.md b/README.md new file mode 100644 index 0000000..da9cb81 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# README + +[![Build Status](https://git2.imfiny.com/api/badges/OpenSource/sinatra_hello/status.svg)](https://git2.imfiny.com/OpenSource/sinatra_hello) + +A simple, hello world ruby (sinatra) application. + +You can also find it on [Docker hub](https://hub.docker.com/repository/docker/mcansky/sinatra_hello).