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

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

Zobrazit soubor

@ -18,5 +18,5 @@ 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 -w -H --cid-version 1 .
- 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 .
secrets: [IPFS_CLUSTER_PASS]