Created
February 10, 2016 15:01
-
-
Save Azrael808/a4ee9bfcc18639b53cc4 to your computer and use it in GitHub Desktop.
Elastic Beanstalk extension for installing WP CLI.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commands: | |
"01": | |
command: curl https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -o /usr/local/bin/wp | |
"02": | |
command: chmod +x /usr/local/bin/wp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment