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