Skip to content

Commit

Permalink
Remove swarm deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Oct 22, 2022
1 parent 0821bcc commit 1c85d3a
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,37 +69,12 @@ jobs:
registry-seed: ${{ secrets.REGISTRY_SEED }}
registry-datakey: kongkowitpku.xyz

- name: 🚚 Upload to Swarm
uses: ethersphere/swarm-actions/upload-dir@latest
id: swarm-upload
with:
bee-url: https://gateway.fairdatasociety.org/proxy/
dir: out
index-document: index.html
timeout: 60000
deferred: false

- name: 🚚 Update Swarm feed
uses: ethersphere/swarm-actions/write-feed@latest
id: swarm-feed
with:
bee-url: https://gateway.fairdatasociety.org/proxy/
reference: ${{ steps.swarm-upload.outputs.reference }}
topic: kongkow/soon
signer: ${{ secrets.SIGNER }}

- name: 🗑️ Collect Web3 CID's
uses: mathiasvr/[email protected]
id: web3-cid
with:
run: yarn cid ${{ steps.web3.outputs.cid }}

- name: 🗑️ Collect Swarm CID's
uses: ethersphere/swarm-actions/reference-to-cid@v0
id: swarm-cid
with:
reference: ${{ steps.swarm-upload.outputs.reference }}

- name: ⚡ Update DNS with new IPFS hash
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
Expand All @@ -126,12 +101,6 @@ jobs:
- [`${{ steps.web3.outputs.cid }}`.ipfs.dweb.link](https://${{ steps.web3.outputs.cid }}.ipfs.dweb.link)
- [`${{ steps.web3.outputs.cid }}`.ipfs.cf-ipfs.com](https://${{ steps.web3.outputs.cid }}.ipfs.cf-ipfs.com)
---
### Swarm deployment
- **Upload ref**: `${{ steps.swarm-upload.outputs.reference }}`
- **Feed ref**: `${{ steps.swarm-feed.outputs.reference }}`
- **Feed Manifest**: `${{ steps.swarm-feed.outputs.manifest }}`
- **CID**: [`${{ steps.swarm-cid.outputs.cid }}`.bzz.link](https://${{ steps.swarm-cid.outputs.cid }}.bzz.link)
---
### Skynet deployment
- **Latest Url**: [`${{ steps.skynet.outputs.skylink }}`](${{ steps.skynet.outputs.skylink-url }})
- **Resolver Url**: [`${{ steps.skynet.outputs.resolver-skylink }}`](${{ steps.skynet.outputs.resolver-skylink-url }})

1 comment on commit 1c85d3a

@vercel
Copy link

@vercel vercel bot commented on 1c85d3a Oct 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.