Deploy to IPFS via ipfs-cluster
ci/woodpecker/push/woodpecker Pipeline failed Podrobnosti

This commit is contained in:
tree 2022-10-15 19:41:08 +02:00
rodič eb32089c14
revize 766842e59c
2 změnil soubory, kde provedl 11 přidání a 3 odebrání

Zobrazit soubor

@ -1,10 +1,12 @@
pipeline:
build:
image: node
commands:
- node --version
- npm ci
- npm run build
deploy:
image: rclone/rclone
commands:
@ -12,3 +14,9 @@ pipeline:
secrets: [RCLONE_PASS]
when:
branch: [main]
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/
secrets: [IPFS_CLUSTER_PASS]

Zobrazit soubor

@ -1,9 +1,9 @@
# ETHBrno² Website
Website is created using [SvelteKit](https://kit.svelte.dev/) and deployed as a static application to these addresses:
* [ethbrno.cz](https://ethbrno.cz) (self-hosted)
* [ethbrno.netlify.app](https://ethbrno.netlify.app/) ([Netlify](https://www.netlify.com/) mirror)
* [ethbrno.cz](https://ethbrno.cz) (self-hosted @ [gwei.cz](https://gwei.cz))
* [mirror.ethbrno.cz](https://mirror.ethbrno.cz/) (mirror @ [Netlify](https://www.netlify.com/))
## Authors
* vorcigernix
* vorcigernix