Include hidden files (.well-known) in IPFS deploy

This commit is contained in:
Jez Cope 2021-02-03 16:25:50 +00:00
parent e103f8285d
commit 1b6a478eb2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def deploy(c, clean=False):
s.text = "add to IPFS"
s.start()
result = c.run(
f"ipfs add --recursive --quieter {CONFIG['deploy-dir']}",
f"ipfs add --recursive --hidden --quieter {CONFIG['deploy-dir']}",
hide=True,
)
new_hash = result.stdout.rstrip()