Skip to content

Commit

Permalink
chore: move to Fleek
Browse files Browse the repository at this point in the history
Closes ipfs#418

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Aug 1, 2022
1 parent 0442817 commit 496d645
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 42 deletions.
32 changes: 1 addition & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -56,11 +30,7 @@ workflows:
- master
jobs:
- awesome
build-deploy:
checks:
jobs:
- awesome
- build
- deploy:
context: ipfs-dns-deploy
requires:
- build
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)._

Expand Down
6 changes: 1 addition & 5 deletions scripts/readme-template.md
Original file line number Diff line number Diff line change
@@ -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)._

Expand Down
3 changes: 2 additions & 1 deletion src/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
baseurl: ''
baseurl: 'https://awesome.ipfs.tech'
relativeurls: true
languageCode: en
pluralizelisttitles: false
removePathAccents: true
canonifyURLs: true
title: Awesome IPFS

disableKinds:
Expand Down

0 comments on commit 496d645

Please sign in to comment.