Skip to content

Instantly share code, notes, and snippets.

@songthamtung
Last active March 23, 2021 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save songthamtung/30dcb193be2ce33283e7c4cb7589cf22 to your computer and use it in GitHub Desktop.
Save songthamtung/30dcb193be2ce33283e7c4cb7589cf22 to your computer and use it in GitHub Desktop.
version: 0.2
env:
variables:
CACHE_CONTROL: "86400"
S3_BUCKET: "{{your_url}}"
BUILD_FOLDER: "dist"
phases:
install:
runtime-versions:
nodejs: 10
commands:
- echo Installing source NPM dependencies...
- npm install
- npm install -g @angular/cli
build:
commands:
- echo Build started
- ng build
artifacts:
files:
- '**/*'
base-directory: 'dist*'
discard-paths: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment