Skip to content

add start script

add start script #2

Workflow file for this run

name: CD
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: dtinth/cd-nixpacks@main
with:
preset: build-amd64