Skip to content

Commit

Permalink
Upload to skynet [why not]
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Sep 12, 2022
1 parent dbe705b commit c39bb41
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 🚚 Upload to Skynet
uses: SkynetLabs/[email protected]
id: skynet
with:
upload-dir: out
try-files: /index.html
not-found-page: /404.html
portal-url: https://web3portal.com
github-token: ${{ secrets.GITHUB_TOKEN }}
skynet-api-key: ${{ secrets.SKYNET_API_KEY }}

- name: 🗑️ Collect Web3 CID's
uses: mathiasvr/[email protected]
id: web3-cid
Expand Down Expand Up @@ -118,3 +129,7 @@ jobs:
- **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 }})

0 comments on commit c39bb41

Please sign in to comment.