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

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