Updating omegamma, using custom config for dev environment.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e90b82cb46
commit
cfe5114a39
4 changed files with 71 additions and 9 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue