Files
social-ojo.org/buildspec.yml
2022-10-24 15:36:14 +08:00

18 lines
352 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version: 0.1
phases:
install:
commands:
- touch .npmignore
- npm install -g gatsby
pre_build:
commands:
- npm install
build:
commands:
- npm run build
artifacts:
base-directory: public
files:
- **/*
discard-paths: yes