Compare commits
2 Commits
b3c652061c
...
22c4a42f8a
Author | SHA1 | Date |
---|---|---|
Simon | 22c4a42f8a | |
Simon | b687c0465e |
12
.drone.yml
12
.drone.yml
|
@ -39,10 +39,6 @@ kind: pipeline
|
|||
type: docker
|
||||
name: prod
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: install submodule
|
||||
image: drone/git
|
||||
|
@ -113,10 +109,6 @@ kind: pipeline
|
|||
type: docker
|
||||
name: staging
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: install submodule
|
||||
image: drone/git
|
||||
|
@ -166,7 +158,7 @@ steps:
|
|||
volumes:
|
||||
- name: hugo-theme-lowtech_node_modules
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/cremeaux/themes/hugo-theme-lowtech
|
||||
path: /tmp/drone/cache/weko/staging.cremeaux/themes/hugo-theme-lowtech
|
||||
- name: hugo-resources
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/cremeaux/resources
|
||||
path: /tmp/drone/cache/weko/staging.cremeaux/resources
|
||||
|
|
Loading…
Reference in New Issue