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
|
||||
validate: false
|
||||
|
||||
- name: fix-links
|
||||
image: alpine:
|
||||
commands:
|
||||
- cd public/
|
||||
- mkdir -p feed
|
||||
- mv index.xml feed/atom.xml
|
||||
|
||||
- name: deploy
|
||||
image: einar/drone-rsync
|
||||
pull: never
|
||||
|
@ -31,10 +38,7 @@ steps:
|
|||
path: /site
|
||||
- name: denno
|
||||
path: /tmp/denno
|
||||
#when:
|
||||
#branch:
|
||||
#exclude:
|
||||
#- master
|
||||
|
||||
- name: permissions
|
||||
image: alpine
|
||||
commands:
|
||||
|
|
Loading…
Add table
Reference in a new issue