Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Commit fb1a2b6

Browse files
committed
fix cloudflare gateway
1 parent dff49c6 commit fb1a2b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/deploy.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979
strategy:
8080
matrix:
8181
filename: ['marketplace.html', 'bundledrop.html', 'drop.html']
82-
gateway: ['https://ipfs.io', 'https://cloudflare-ipfs.io', 'https://gateway.pinata.cloud', 'https://ipfs.thirdweb.com']
82+
gateway: ['ipfs.io', 'cloudflare-ipfs.com', 'gateway.pinata.cloud', 'ipfs.thirdweb.com']
8383
steps:
84-
- name: Warming it up
84+
- name: Warming ${{ matrix.gateway }} - ${{ matrix.filename }}
8585
uses: fjogeleit/http-request-action@a6980b2ca5f6772878f2eff8612bb309441a5cab
8686
with:
87-
url: '${{ matrix.gateway }}/ipfs/${{ needs.release.outputs.ipfs_hash }}/${{ strategy.matrix.filename }}'
87+
url: 'https://${{ matrix.gateway }}/ipfs/${{ needs.release.outputs.ipfs_hash }}/${{ matrix.filename }}'
8888
method: 'GET'
8989

9090

0 commit comments

Comments
 (0)