initial commit

This commit is contained in:
Sthope 2021-09-09 10:36:46 +02:00
parent b77bdeaa3d
commit d401e475ea

View File

@ -1,22 +1,22 @@
kind: pipeline
type: docker
name: website-testing
# kind: pipeline
# type: docker
# name: website-testing
clone:
disable: false
# clone:
# disable: false
steps:
- name: testing
pull: always
image: jekyll/jekyll:latest
commands:
- touch Gemfile.lock
- chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build
# steps:
# - name: testing
# pull: always
# image: jekyll/jekyll:latest
# commands:
# - touch Gemfile.lock
# - chmod a+w Gemfile.lock
# - chown -R jekyll:jekyll /drone
# - gem update --system
# - gem install bundler
# - bundle install
# - bundle exec jekyll build
# - name: ssh commands
# image: appleboy/drone-ssh