File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,6 @@ the [AWS CLI API](http://docs.aws.amazon.com/cli/latest/reference/deploy/index.h
2020 * Ubuntu 14.04
2121
2222
23- ## How to Include In Your Project
24-
25- 1 . Via Composer (For PHP Projects)
26- * Include in ` composer.json ` as follows:
27-
28- ```json
29- "require-dev" : {
30- "techpivot/aws-code-deploy": "~1.0"
31- }
32- ```
33- * The file can then be executed from the /vendor/bin directory: ` bash vendor/bin/aws-code-deploy.sh `
34-
3523## Sample Output
3624
3725``` bash
@@ -94,6 +82,19 @@ Status | In Progress: 0 | Pending: 0 | Skipped: 0 | Succeeded: 1 | Failed:
9482```
9583
9684
85+ ## How to Include In Your Project
86+
87+ 1 . Via Composer (For PHP Projects)
88+ * Include in ` composer.json ` as follows:
89+
90+ ```json
91+ "require-dev" : {
92+ "techpivot/aws-code-deploy": "~1.0"
93+ }
94+ ```
95+ * The file can then be executed from the /vendor/bin directory: ` bash vendor/bin/aws-code-deploy.sh `
96+
97+
9798## Variables
9899
99100```
You can’t perform that action at this time.
0 commit comments