Skip to content

Instantly share code, notes, and snippets.

View pdehaye's full-sized avatar
💪

Paul-Olivier Dehaye pdehaye

💪
View GitHub Profile
Parameters:
DomainName:
Description: Beanstalk Domain Name of the Application
Type: String
Default: example.com
ConstraintDescription: Must be a valid Domain Name
DomainZoneId:
Description: Domain Name Hosted Zone ID
Type: String
Default: Z2JEFNTHDAMUTJ

Keybase proof

I hereby claim:

  • I am pdehaye on github.
  • I am pdehaye (https://keybase.io/pdehaye) on keybase.
  • I have a public key ASBtWga7wulkxawSngRdgoo2tQeC_otBZvjBGK3fImvOwAo

To claim this, I am signing this object:

@pdehaye
pdehaye / graph_gist_template.adoc
Created April 11, 2016 20:19 — forked from jexp/graph_gist_template.adoc
CHANGEME: GraphGist Template. Fork to make your own, view source to see instruction comments

REPLACEME: TITLE OF YOUR GRAPHGIST

Introduction

@pdehaye
pdehaye / gist:9125772
Created February 20, 2014 23:42 — forked from zwily/gist:1073588
Russian Wheat Pancakes
Grandpa Wily
3/4 c whole wheat
1 c milk
2 T sugar
1/4 t salt
2 t baking powder
2 eggs
1/2 c oil
echo -en "* Incrementing Deployment:"
version=`cat VERSION_NUMBER`
version=$((version+1))
echo -n "$version" > VERSION_NUMBER
sed -i '' "s/{{VERSION}}/$version/g" ../index.html
echo -e " Done.\n\n"