Compare commits

..

No commits in common. "533d45f25400be946f0af27ae1579534d5632d2e" and "143d0000c0cc3a978f87c0d30e6985ee668d171e" have entirely different histories.

2 changed files with 1 additions and 25 deletions

View file

@ -1,23 +0,0 @@
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

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