deploy
continuous-integration/drone/push Build is failing Details

main
Sergio Álvarez 11 months ago
parent 8fb8c5089b
commit dd0a64dc41
Signed by: salvarez
GPG Key ID: BD711A37FE7DD77E

@ -16,6 +16,14 @@ steps:
- ls -la /cache/.bundle
- bundle exec jekyll build
- name: deploy
image: busybox
volumes:
- name: www
path: /tmp/www
commands:
- rsync -av --delete _site/* /tmp/www/
when:
branch:
- main
@ -27,3 +35,6 @@ volumes:
- name: bundle-cache
host:
path: /var/lib/drone/temp/ruby-bundle-cache-sergio.am
- name: www
host:
path: /var/www

Loading…
Cancel
Save