Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3f2002

Browse filesBrowse files
update readme
1 parent 99ab724 commit e3f2002
Copy full SHA for e3f2002

File tree

Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed

‎README.md

Copy file name to clipboard
+10-1Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
# Laravel 5 CodeDeploy Template
1+
## Laravel 5 CodeDeploy Template
2+
3+
# About
24
An example template for deploying Laravel applications with AWS CodePipeline across an autoscaling group.
35
For more information see this tutorial: http://docs.aws.amazon.com/codepipeline/latest/userguide/getting-started-w.html
6+
7+
# deploy_laravel script
8+
The deploy_laravel script takes care of the Laravel deployment. You might want to replace the git url with your own url. Additionally you might want to replace the sed arguments used to configure the environment script. At the moment it is not possible to make these arguments dynamic (see below).
9+
10+
# AWS variables
11+
Currently it is not possible to pass AWS variables into buildspec.yml from CodePipeline. See more info:
12+
https://stackoverflow.com/questions/41704517/aws-pass-in-variable-into-buildspec-yml-from-codepipeline

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.