Files
sp/cicd-deploy.yaml
2025-03-19 20:42:16 +05:30

11 lines
148 B
YAML

build:
command: npm run build
static_build_dir: dist
dev:
command: npm run dev
port: 3000
redirects:
- from: /*
to: /
status: 200