Add .drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jesper Hess 2019-03-03 15:50:59 +01:00
parent 0e2e780c0b
commit 412c80bbea
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 23 additions and 0 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
docker:
image: plugins/docker
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
secrets: [DOCKER_USERNAME, DOCKER_PASSWORD]
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tag:
- "${DRONE_BUILD_NUMBER}"
- "latest"
when:
branch:
- master