Skip to content

Instantly share code, notes, and snippets.

@satyatechsavy
satyatechsavy / gist:9cebd2f5e8b85753bd2e
Created February 22, 2016 11:47
AWS EB-Extension to install PhantomJS
files:
"/opt/elasticbeanstalk/hooks/appdeploy/pre/04_install_phantomjs":
mode: "000777"
owner: root
group: root
content: |
#!/usr/bin/env bash
set -xe