mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-07-21 09:03:13 +02:00
feat: add deployment step for Registry using Cloudflare Wrangler
This commit is contained in:
@@ -39,3 +39,10 @@ jobs:
|
|||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
command: deploy
|
command: deploy
|
||||||
|
|
||||||
|
- name: Deploy Registry
|
||||||
|
uses: cloudflare/wrangler-action@v3
|
||||||
|
with:
|
||||||
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
|
command: deploy --config wrangler-registry.json
|
||||||
|
|||||||
Reference in New Issue
Block a user