Updated CI

This commit is contained in:
Luca Beltrame 2021-01-04 10:12:56 +01:00
parent 2f12b64757
commit b5e38532ba
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -18,13 +18,6 @@ steps:
hugo_version: 0.79.0
validate: true
- 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