Skip to content

Commit

Permalink
Simplified
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 c39bb41 commit 725afc7
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 42 deletions.
41 changes: 21 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,6 @@ jobs:
- name: 🏗️ Export SSG
run: yarn run export

- 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: 🚚 Upload to Web3
uses: 10xHuman/add-to-web3@main
id: web3
Expand All @@ -85,6 +66,27 @@ jobs:
portal-url: https://web3portal.com
github-token: ${{ secrets.GITHUB_TOKEN }}
skynet-api-key: ${{ secrets.SKYNET_API_KEY }}
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]
Expand Down Expand Up @@ -132,4 +134,3 @@ jobs:
---
### 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 }})
28 changes: 14 additions & 14 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,11 @@ __metadata:
linkType: hard

"autoprefixer@npm:^10.4.8":
version: 10.4.8
resolution: "autoprefixer@npm:10.4.8"
version: 10.4.9
resolution: "autoprefixer@npm:10.4.9"
dependencies:
browserslist: ^4.21.3
caniuse-lite: ^1.0.30001373
caniuse-lite: ^1.0.30001394
fraction.js: ^4.2.0
normalize-range: ^0.1.2
picocolors: ^1.0.0
Expand All @@ -306,7 +306,7 @@ __metadata:
postcss: ^8.1.0
bin:
autoprefixer: bin/autoprefixer
checksum: 06cb4c497bb948714d5b1b4f7e7465fd88c50f90788fc2020b3d97d7661fb4dd0d9918c1b09dd3e909acd4485cbb27ad99085487d8ed5d75915e646d2b535770
checksum: ea5e2067d36ff170af97c68c286ad29cc56640532100a63ebe1464cff2fcb7d7685a1926774141a78faf8bb09f1746edf4918fa1decfd25761e5ccf9ebc0531d
languageName: node
linkType: hard

Expand Down Expand Up @@ -399,10 +399,10 @@ __metadata:
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001332, caniuse-lite@npm:^1.0.30001370, caniuse-lite@npm:^1.0.30001373":
version: 1.0.30001393
resolution: "caniuse-lite@npm:1.0.30001393"
checksum: 72b7cd81c51f41965f2fbdbb20729d71f2bd5e376d9b4effa22616dd2707640b8676862e8db3db83b76c3bcf2aaefc9ebd5991a10eeb483b460322de5548b98e
"caniuse-lite@npm:^1.0.30001332, caniuse-lite@npm:^1.0.30001370, caniuse-lite@npm:^1.0.30001394":
version: 1.0.30001397
resolution: "caniuse-lite@npm:1.0.30001397"
checksum: 29b31780397221303b8fadda535e71f20319216df75028c60527f10f1aba1237ec81fa9c1d6b8fb3a0a83c201c01af8090e9cbb292da08c2538f367b1148a7ba
languageName: node
linkType: hard

Expand Down

1 comment on commit 725afc7

@vercel
Copy link

@vercel vercel bot commented on 725afc7 Sep 12, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

kongkow-soon – ./

kongkow-soon-git-main-novonine.vercel.app
kongkow-soon.vercel.app
kongkow-soon-novonine.vercel.app

Please sign in to comment.