Skip to content

Merge pull request #87 from agoric-labs/fix/reveal-liquidation-graph #18

Merge pull request #87 from agoric-labs/fix/reveal-liquidation-graph

Merge pull request #87 from agoric-labs/fix/reveal-liquidation-graph #18

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: "workers/apis"