Merge branch 'master' into prod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2021-09-02 15:53:54 +02:00
commit fcf4b047aa
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -26,7 +26,7 @@ steps:
- name: Build dev.apps.ad5001.eu
image: xdevbase/hugo-builder:latest
commands:
- hugo --config ci/dev.config.yml
- hugo --config ci/dev.config.yml --minify
when:
event: [push, tag]
branch: [master]
@ -69,7 +69,7 @@ steps:
- name: Build apps.ad5001.eu
image: xdevbase/hugo-builder:latest
commands:
- hugo
- hugo --minify
when:
event: [push, tag]
branch: [prod]