Skip to content

style: obs-grid 3-column layout (3+2 instead of 4+1) #49

style: obs-grid 3-column layout (3+2 instead of 4+1)

style: obs-grid 3-column layout (3+2 instead of 4+1) #49

Workflow file for this run

name: Deploy to Cloudflare Workers
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run build
env:
HTB_API_TOKEN: ${{ secrets.HTB_API_TOKEN }}
ROOTME_API_KEY: ${{ secrets.ROOTME_API_KEY }}
ROOTME_UID: ${{ secrets.ROOTME_UID }}
- run: npx wrangler deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}