2019-08-15 17:11:54 +00:00
|
|
|
clone:
|
2023-05-19 14:36:25 +00:00
|
|
|
git:
|
|
|
|
image: woodpeckerci/plugin-git
|
|
|
|
settings:
|
|
|
|
recursive: true
|
2020-02-21 20:20:13 +00:00
|
|
|
|
2023-05-19 14:36:25 +00:00
|
|
|
pipeline:
|
|
|
|
site-multidomain:
|
2020-02-21 19:50:17 +00:00
|
|
|
image: docker:git
|
|
|
|
commands:
|
2023-05-19 14:36:25 +00:00
|
|
|
- cd site
|
|
|
|
- git checkout multidomain
|
2023-05-19 14:45:05 +00:00
|
|
|
make_update:
|
|
|
|
image: hoffmannhosting/gluon-builder
|
|
|
|
commands:
|
|
|
|
- cd gluon
|
|
|
|
- make update
|
|
|
|
environment:
|
2023-05-19 14:46:50 +00:00
|
|
|
- input_version=v2020.2.2
|
|
|
|
- GLUON_SITEDIR=/drone/src/site
|
|
|
|
- FORCE_UNSAFE_CONFIGURE=1
|
|
|
|
- GLUON_TARGET=ar71xx-generic
|