This commit is contained in:
2017-01-09 11:11:04 +01:00
parent 1e1185a24e
commit eb18f3299b
3 changed files with 56 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ deploy: pinlist.txt
mkdir -p $(PINLIST_DIR)
cat ./pinlist.txt > $(PINLIST_DIR)/pinlist.txt
cat ./bin/pin.sh > $(PINLIST_DIR)/pin.sh
cat ./README.md > $(PINLIST_DIR)/README.md
ipfs add -r $(IPFS_ROOT) | \
tail -1 | \
awk -F' ' '{print $$2}' | \