From 0cbdf4681736fef1d90af6a4300b54f9489bbdae Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 18 Feb 2023 00:12:30 -0500 Subject: [PATCH] Reduce to just pub --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index e88dbd9..9f1fd7a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,7 @@ pipeline: - build: - image: ruby - commands: - - gem install bundler - - bundle install - - bundle exec jekyll build publish: image: plugins/docker settings: + pull_image: true registry: docker.atomaka.com repo: docker.atomaka.com/atomaka.com