From fd8c05d67037d4033f6866b869927bdc5513c353 Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 8 Sep 2021 23:50:24 +0200 Subject: [PATCH] initial commit --- .drone.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.drone.yml b/.drone.yml index a19a00f..49585e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,43 @@ steps: status: - success +- name: website + image: jekyll/jekyll:latest + settings: + TZ: Europe/Amsterdam + port: 4000 + script: + - jekyll serve --force_polling + when: + status: + - success + + # website: + # image: jekyll/jekyll:latest + # container_name: website + # hostname: website + # command: jekyll serve --force_polling + # network_mode: SWAG + # environment: + # - TZ=Europe/Amsterdam + # restart: unless-stopped + # volumes: + # - /home/sthope/docker/website:/srv/jekyll + # - /etc/localtime:/etc/localtime:ro + # - /etc/timezone:/etc/timezone:ro + # - website_cache:/srv/jekyll/.jekyll-cache + # - website_site:/srv/jekyll/_site + # labels: + # - swag=enable + # - swag_port=4000 + # - swag_proto=http + # - swag_url=www.sthope.dev +# - swag_auth=authelia +# - swag_auth_bypass=/api,/otherfolder + + + + - name: discord pull: always image: appleboy/drone-discord