Skip to content

Temporary write up of linux daily driving #12

Temporary write up of linux daily driving

Temporary write up of linux daily driving #12

Workflow file for this run

name: Test deploy the webapp
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run deploy