-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 }}) |