Skip to content

Instantly share code, notes, and snippets.

View nyambeni's full-sized avatar
💭
I may be slow to respond.

nyambeni

💭
I may be slow to respond.
View GitHub Profile
@nyambeni
nyambeni / buildspec.yml
Created December 3, 2021 14:55 — forked from kylegalbraith/buildspec.yml
buildspec.yml with CloudFront invalidation
version: 0.2
phases:
install:
commands:
- echo "install step"
pre_build:
commands:
- echo "pre_build step"
build:
commands:
@nyambeni
nyambeni / buildspec.yaml
Created October 4, 2021 17:49
AWS CodeBuild buildspec for Ionic (Angular) app
version: 0.2
phases:
pre_build:
commands:
- npm i -g cordova
- npm i
build:
commands:
- ionic build --prod