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 disable: false
steps: steps:
- name: testing # - name: testing
image: jekyll/jekyll:latest # image: jekyll/jekyll:latest
commands: # commands:
- touch Gemfile.lock # - touch Gemfile.lock
- chmod a+w Gemfile.lock # - chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone # - chown -R jekyll:jekyll /drone
- gem update --system # - gem update --system
- gem install bundler # - gem install bundler
- bundle install # - bundle install
- bundle exec jekyll build # - bundle exec jekyll build
- name: deploying - name: deploying
image: appleboy/drone-ssh image: appleboy/drone-ssh