forked from creativetimofficial/material-dashboard-angular2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenezio.yaml
More file actions
18 lines (18 loc) · 808 Bytes
/
genezio.yaml
File metadata and controls
18 lines (18 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The name of the project.
name: material-dashboard-angular2
# The region where the project is deployed.
region: us-east-1
# The version of the Genezio YAML configuration to parse.
yamlVersion: 2
# Information about the frontend, including the path, language, and publish directory.
# It is optional. It can also be an array if there are multiple frontends you want to deploy.
frontend:
# The folder where the frontend scripts will run.
path: ./
# The directory that will be published to the CDN. It is relative to the path.
publish: ./dist
scripts:
# List of scripts that build your frontend before deployment. It should populate the specified `publish` directory.
build: npm run build
# List of scripts to run before deploying the frontend.
deploy: npm install --legacy-peer-deps