mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
chore: move to Fleek
Closes #418 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
This commit is contained in:
parent
044281731a
commit
496d64569d
4 changed files with 5 additions and 42 deletions
|
@ -17,32 +17,6 @@ jobs:
|
|||
- checkout
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
- public
|
||||
|
||||
deploy:
|
||||
docker:
|
||||
- image: olizilla/ipfs-dns-deploy
|
||||
environment:
|
||||
DOMAIN: awesome.ipfs.io
|
||||
BUILD_DIR: public
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: /tmp/workspace
|
||||
- run:
|
||||
name: Deploy website to IPFS
|
||||
command: |
|
||||
pin_name="$DOMAIN build $CIRCLE_BUILD_NUMBER"
|
||||
|
||||
hash=$(pin-to-cluster.sh "$pin_name" /tmp/workspace/$BUILD_DIR)
|
||||
|
||||
echo "Website added to IPFS: https://ipfs.io/ipfs/$hash"
|
||||
|
||||
if [ "$CIRCLE_BRANCH" == "master" ] ; then
|
||||
dnslink-dnsimple -d $DOMAIN -r _dnslink -l /ipfs/$hash
|
||||
fi
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
@ -56,11 +30,7 @@ workflows:
|
|||
- master
|
||||
jobs:
|
||||
- awesome
|
||||
build-deploy:
|
||||
checks:
|
||||
jobs:
|
||||
- awesome
|
||||
- build
|
||||
- deploy:
|
||||
context: ipfs-dns-deploy
|
||||
requires:
|
||||
- build
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# Awesome IPFS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
|
||||
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
|
||||
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
|
||||
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
|
||||
|
||||
> Useful resources for using [IPFS](https://ipfs.io) and building things on top of it
|
||||
> Useful resources for using [IPFS](https://ipfs.tech) and building things on top of it
|
||||
|
||||
_This list is for projects, tools, or pretty much any things related to IPFS that are totally_ **awesome**_. This is for products which are already awesome - if you have plans for cool stuff to do with IPFS, you should build it, and then link it here. If you have an idea for an awesome thing to do with IPFS, a good place to ask about it might be in [our IPFS Discuss Forums](https://discuss.ipfs.io)._
|
||||
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# Awesome IPFS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
|
||||
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
|
||||
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
|
||||
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
|
||||
|
||||
> Useful resources for using [IPFS](https://ipfs.io) and building things on top of it
|
||||
> Useful resources for using [IPFS](https://ipfs.tech) and building things on top of it
|
||||
|
||||
_This list is for projects, tools, or pretty much any things related to IPFS that are totally_ **awesome**_. This is for products which are already awesome - if you have plans for cool stuff to do with IPFS, you should build it, and then link it here. If you have an idea for an awesome thing to do with IPFS, a good place to ask about it might be in [our IPFS Discuss Forums](https://discuss.ipfs.io)._
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
baseurl: ''
|
||||
baseurl: 'https://awesome.ipfs.tech'
|
||||
relativeurls: true
|
||||
languageCode: en
|
||||
pluralizelisttitles: false
|
||||
removePathAccents: true
|
||||
canonifyURLs: true
|
||||
title: Awesome IPFS
|
||||
|
||||
disableKinds:
|
||||
|
|
Loading…
Reference in a new issue