initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2021-09-09 14:29:42 +02:00
parent a950c7fbfd
commit 9c253348ab

View File

@ -6,16 +6,16 @@ clone:
disable: false
steps:
- name: testing
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: testing
# 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: deploying
image: appleboy/drone-ssh