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
c14aff87d2
commit
f99bfbf833
3 changed files with 72 additions and 3 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue