pipeline cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2020-05-07 01:01:10 -03:00
parent f4d4a6ba3f
commit cdb6786e53

View File

@ -8,6 +8,7 @@ steps:
commands: commands:
- git submodule init - git submodule init
- git submodule update - git submodule update
- git clean -dfx .
- name: build - name: build
image: plugins/hugo image: plugins/hugo
@ -36,6 +37,7 @@ steps:
source: public/ source: public/
target: target:
from_secret: deploy_dir from_secret: deploy_dir
delete: true
when: when:
branch: branch:
- master - master