We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df41bf4 commit 6fe1dc9Copy full SHA for 6fe1dc9
3 files changed
.github/workflows/admin_cd.yml
.github/workflows/api_cd.yaml
@@ -9,9 +9,9 @@ jobs:
9
timeout-minutes: 60
10
steps:
11
- uses: actions/checkout@v4
12
+ - uses: ./.github/actions/pnpm_install
13
- uses: cloudflare/wrangler-action@v3
14
with:
15
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
16
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
- - uses: ./.github/actions/pnpm_install
17
- run: pnpm -F @hypr/api deploy
.github/workflows/web_cd.yaml
- run: pnpm -F @hypr/web deploy
0 commit comments