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 15:00:17 +02:00
parent e90b82cb46
commit cfe5114a39
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 71 additions and 9 deletions

View file

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