Update ipfs deploy (4)
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-15 20:20:33 +02:00
rodič c846bd81a7
revize fc7c139105
1 změnil soubory, kde provedl 2 přidání a 1 odebrání

Zobrazit soubor

@ -18,5 +18,6 @@ pipeline:
deploy_ipfs:
image: ipfs/ipfs-cluster
commands:
- cd build && ipfs-cluster-ctl --host /dns/ipfs-cluster.gwei.cz/tcp/443 --basic-auth ethbrno:$IPFS_CLUSTER_PASS add -r -H --cid-version 1 --wait .
- ls -lah build/
- ipfs-cluster-ctl --host /dns/ipfs-cluster.gwei.cz/tcp/443 --basic-auth ethbrno:$IPFS_CLUSTER_PASS add -r -H --cid-version 1 --wait build/
secrets: [IPFS_CLUSTER_PASS]