Compare commits
No commits in common. "22c4a42f8a3fa6e7f53adeb90f441fd92f546333" and "b3c652061c8c6042f9807c96b247db66b0800e51" have entirely different histories.
22c4a42f8a
...
b3c652061c
12
.drone.yml
12
.drone.yml
|
@ -39,6 +39,10 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: prod
|
name: prod
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install submodule
|
- name: install submodule
|
||||||
image: drone/git
|
image: drone/git
|
||||||
|
@ -109,6 +113,10 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: staging
|
name: staging
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install submodule
|
- name: install submodule
|
||||||
image: drone/git
|
image: drone/git
|
||||||
|
@ -158,7 +166,7 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: hugo-theme-lowtech_node_modules
|
- name: hugo-theme-lowtech_node_modules
|
||||||
host:
|
host:
|
||||||
path: /tmp/drone/cache/weko/staging.cremeaux/themes/hugo-theme-lowtech
|
path: /tmp/drone/cache/weko/cremeaux/themes/hugo-theme-lowtech
|
||||||
- name: hugo-resources
|
- name: hugo-resources
|
||||||
host:
|
host:
|
||||||
path: /tmp/drone/cache/weko/staging.cremeaux/resources
|
path: /tmp/drone/cache/weko/cremeaux/resources
|
||||||
|
|
Loading…
Reference in New Issue