Updating omegamma, using custom config for dev environment.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2021-08-09 14:57:24 +02:00
parent c14aff87d2
commit f99bfbf833
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 72 additions and 3 deletions

View file

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