Compare commits

...

2 commits

Author SHA1 Message Date
Jesper Hess 533d45f254
Limit CI releases to commits to master
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-03 15:14:42 +01:00
Jesper Hess 737a1a380b
Add initial .drone.yml file
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-03 15:04:05 +01:00
2 changed files with 25 additions and 1 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/data-coop-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

View file

@ -18,4 +18,5 @@ upon saving files in the source directory.
## Deploying the site ## Deploying the site
An automated deployment pipeline is underway. For now, just ping graffen :) An automated deployment pipeline is underway. For now, just ping graffen :)
Getting there!