Skip to content

Commit

Permalink
Merge pull request #1381 from sraver/fix-interface-build-template
Browse files Browse the repository at this point in the history
(fix) Add gateway URI to deploy.yaml template on interface
  • Loading branch information
dOrgJelli authored Nov 2, 2022
2 parents 623a25a + 45e73a6 commit 03906ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/templates/wasm/interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
`nvm install && nvm use`
`yarn`

## Start Test Environment
`yarn test:env:up`
## Build
`yarn build`

## Build & Deploy Polywrap
`yarn deploy`
2 changes: 2 additions & 0 deletions packages/templates/wasm/interface/polywrap.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ stages:
ipfs_deploy:
package: ipfs
uri: fs/./build
config:
gatewayUri: "https://ipfs.wrappers.io"

0 comments on commit 03906ef

Please sign in to comment.