Skip to content

Instantly share code, notes, and snippets.

View pjanusc85's full-sized avatar

Paul Janus N. Calinawan pjanusc85

View GitHub Profile
@pjanusc85
pjanusc85 / bitbucket-pipelines.yml
Created July 23, 2019 22:06 — forked from bettysteger/bitbucket-pipelines.yml
Bitbucket Pipeline config to deploy Angular app to Amazon AWS S3 Bucket
image: node:8.7.0
pipelines:
default:
- step:
caches:
- node
script:
- npm install
- npm install yarn grunt -g