chore: updated the pull pipeline
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
165cea6f38
commit
a546004c7b
12
.drone.yml
12
.drone.yml
@ -6,15 +6,21 @@ name: pull
|
|||||||
clone:
|
clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: pull
|
- name: fedora-hugo
|
||||||
pull: always
|
pull: always
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:latest
|
||||||
commands:
|
commands:
|
||||||
- uname -r
|
- uname -r
|
||||||
- cat /etc/fedora-release
|
- cat /etc/fedora-release
|
||||||
|
|
||||||
|
- name: alpine-rsync
|
||||||
|
pull: always
|
||||||
|
image: immawanderer/alpine-rsync:latest
|
||||||
|
commands:
|
||||||
|
- uname -r
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
@ -37,7 +43,7 @@ steps:
|
|||||||
- hugo --gc=true --minify
|
- hugo --gc=true --minify
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
pull: always
|
pull: if-not-exists
|
||||||
image: immawanderer/alpine-rsync:latest
|
image: immawanderer/alpine-rsync:latest
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
|
Loading…
Reference in New Issue
Block a user