Commit cd8b0488 authored by Zach Pomerantz's avatar Zach Pomerantz

fix: deploy after pinning

parent d62596ec
...@@ -64,19 +64,19 @@ jobs: ...@@ -64,19 +64,19 @@ jobs:
with: with:
cidv0: ${{ steps.pinata.outputs.hash }} cidv0: ${{ steps.pinata.outputs.hash }}
- uses: actions/cache@v3 # - uses: actions/cache@v3
id: cypress-cache # id: cypress-cache
with: # with:
path: /home/runner/.cache/Cypress # path: /home/runner/.cache/Cypress
key: ${{ runner.os }}-cypress-${{ hashFiles('node_modules/cypress') }} # key: ${{ runner.os }}-cypress-${{ hashFiles('node_modules/cypress') }}
- if: steps.cypress-cache.outputs.cache-hit != 'true' # - if: steps.cypress-cache.outputs.cache-hit != 'true'
run: yarn cypress install # run: yarn cypress install
- uses: cypress-io/github-action@v4 # - uses: cypress-io/github-action@v4
with: # with:
install: false # install: false
browser: chrome # browser: chrome
spec: cypress/e2e/landing.test.ts # spec: cypress/e2e/landing.test.ts
config: pageLoadTimeout=180000,retries=4,baseUrl=https://cloudflare-ipfs.com/ipfs/${{ steps.pinata.outputs.hash }} # config: pageLoadTimeout=180000,retries=4,baseUrl=https://cloudflare-ipfs.com/ipfs/${{ steps.pinata.outputs.hash }}
- name: Update DNS with new IPFS hash - name: Update DNS with new IPFS hash
env: env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment