Skip to content

Instantly share code, notes, and snippets.

View Marcel-G's full-sized avatar
🌚

Marcel Gleeson Marcel-G

🌚
View GitHub Profile
pipelines:
branches:
master:
- step:
name: Build static html files
image: node:8.9.4-slim
caches:
- node
script:
- npm install
AWSTemplateFormatVersion: '2010-09-09'
Parameters:
RootDomainName:
Description: Domain name for your website (example.com)
Type: String
EnvironmentName:
Description: Name of environment to create
Type: String
Resources:
WebsiteCDN: