Add a step to move the Atom feed
This commit is contained in:
parent
f0476f4798
commit
091239e0a5
1 changed files with 8 additions and 4 deletions
12
.drone.yml
12
.drone.yml
|
@ -18,6 +18,13 @@ steps:
|
||||||
hugo_version: 0.79.0
|
hugo_version: 0.79.0
|
||||||
validate: false
|
validate: false
|
||||||
|
|
||||||
|
- name: fix-links
|
||||||
|
image: alpine:
|
||||||
|
commands:
|
||||||
|
- cd public/
|
||||||
|
- mkdir -p feed
|
||||||
|
- mv index.xml feed/atom.xml
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: einar/drone-rsync
|
image: einar/drone-rsync
|
||||||
pull: never
|
pull: never
|
||||||
|
@ -31,10 +38,7 @@ steps:
|
||||||
path: /site
|
path: /site
|
||||||
- name: denno
|
- name: denno
|
||||||
path: /tmp/denno
|
path: /tmp/denno
|
||||||
#when:
|
|
||||||
#branch:
|
|
||||||
#exclude:
|
|
||||||
#- master
|
|
||||||
- name: permissions
|
- name: permissions
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Reference in a new issue