1
Fork 0

Dont deploy drafts

This commit is contained in:
Jake Howard 2017-01-14 23:56:23 +00:00
parent cbbacc2682
commit 4298a5f8da
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ def post_build(*args, **kwargs):
run_command('Remove Old Assets', [
'rm', '-rf', os.path.join(OUTPUT_PATH, 'assets')
])
run_command('Remove Drafts', [
'rm', '-rf', os.path.join(OUTPUT_PATH, 'drafts')
])
def register():