init
This commit is contained in:
10
cicd-deploy.yaml
Normal file
10
cicd-deploy.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
build:
|
||||
command: npm run build
|
||||
static_build_dir: dist
|
||||
dev:
|
||||
command: npm run dev
|
||||
port: 3000
|
||||
redirects:
|
||||
- from: /*
|
||||
to: /
|
||||
status: 200
|
||||
Reference in New Issue
Block a user