refactor: move to blog.ipfs.tech

Closes #417
This commit is contained in:
Marcin Rataj
2022-08-15 23:19:45 +02:00
parent 084cbc9348
commit 028e67fc64
10 changed files with 40 additions and 19 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ jobs:
run: curl -H "Authorization:${{ secrets.FLEEK_API_KEY }}" -H "Content-Type:application/json" -d '{"query":"mutation { triggerDeploy(siteId:\"${{ secrets.FLEEK_SITE_ID }}\") { status } }"}' https://api.fleek.co/graphql
- name: Scheduled posts published
if: ${{ steps.should_publish_step.outputs.should_publish == 'true' }}
run: echo "Check https://blog.ipfs.io"
run: echo "Check https://blog.ipfs.tech"