Update ipfs deploy params
ci/woodpecker/push/woodpecker Pipeline failed Podrobnosti

This commit is contained in:
tree 2022-10-15 19:44:20 +02:00
rodič 766842e59c
revize 063767d7f1
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:
- ipfs-cluster-ctl --host /dns/ipfs-cluster.gwei.cz/tcp/443 --basic-auth ethbrno:$IPFS_CLUSTER_PASS add build/
- ipfs-cluster-ctl --host /dns/ipfs-cluster.gwei.cz/tcp/443 --basic-auth ethbrno:$IPFS_CLUSTER_PASS -w -r add build/
secrets: [IPFS_CLUSTER_PASS]