From f70eeb5be82b49c8da3439bdd72704a2087dadcd Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:49:23 +0200 Subject: [PATCH] Deleted ipfs-deploy.yml becuase it keeps failing checks The ipfs-deploy.yml script is not working and keeps failing checks once we push PRs to the /web repository - Deleting workflow as a result See; https://github.com/web3privacy/web/actions/workflows/ipfs-deploy.yml --- .github/workflows/ipfs-deploy.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/ipfs-deploy.yml diff --git a/.github/workflows/ipfs-deploy.yml b/.github/workflows/ipfs-deploy.yml deleted file mode 100644 index c07e99e..0000000 --- a/.github/workflows/ipfs-deploy.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Deploy to IPFS - -on: - # Trigger the workflow every time you push to the `main` branch - # Using a different branch name? Replace `main` with your branch’s name - #push: - # branches: [ beta ] - -# Allow this job to clone the repo and create a page deployment -permissions: - contents: read - -jobs: - build_and_deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout your repository using git - uses: actions/checkout@v3 - - uses: actions/setup-node@v4 - - uses: denoland/setup-deno@v1 - - run: npm install - - run: npm run build - - run: npm run cleanup-flags - - uses: aquiladev/ipfs-action@master - with: - path: ./dist - service: pinata - pinataKey: ${{ secrets.PINATA_KEY }} - pinataSecret: ${{ secrets.PINATA_SECRET }} \ No newline at end of file