remove pinata
This commit is contained in:
parent
8c02234024
commit
475ab0e732
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
@ -101,32 +101,9 @@ jobs:
|
|||||||
|
|
||||||
- run: echo ${{ steps.web3.outputs.cid }}
|
- run: echo ${{ steps.web3.outputs.cid }}
|
||||||
|
|
||||||
pinata:
|
|
||||||
name: Pin on Pinata
|
|
||||||
needs: merge
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: react-app-wasm
|
|
||||||
path: react-app-wasm
|
|
||||||
|
|
||||||
- name: pin
|
|
||||||
id: pinata
|
|
||||||
uses: anantaramdas/ipfs-pinata-deploy-action@v1.6.4
|
|
||||||
with:
|
|
||||||
pin-name: "paletteswitcher"
|
|
||||||
path: "./react-app-wasm"
|
|
||||||
pinata-api-key: ${{ secrets.PINATA_API_KEY }}
|
|
||||||
pinata-secret-api-key: ${{ secrets.PINATA_API_SECRET }}
|
|
||||||
verbose: true
|
|
||||||
remove-old: true
|
|
||||||
|
|
||||||
update-dns:
|
update-dns:
|
||||||
name: Update OVH DNS
|
name: Update OVH DNS
|
||||||
needs: [web3-storage, pinata]
|
needs: [web3-storage]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: OVH alter DNS record
|
- name: OVH alter DNS record
|
||||||
|
Loading…
Reference in New Issue
Block a user