You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example template for deploying Laravel applications with AWS CodePipeline across an autoscaling group.
3
5
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:
0 commit comments