DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Deploying the same code to multiple Laravel Vapor projects

3 years ago fidum.uk
Deploying the same code to multiple Laravel Vapor projects

Summary: This is a summary of an article originally published by Fidum. Read the full original article here →

I have been using https://vapor.laravel.com/ since it was launched at our company to deploy our white-label product to multiple different aws accounts and projects. The problem is that when you configure vapor it has a one-to-one relation between your code, and a vapor project.

In order to make this happen, for each client we have one nonprod AWS account and one production AWS account.

The prod environment is similar in that it has a production environment that will be deployed to the clients prod AWS account.

So we created a new S3 bucket in our central AWS account and put a.travis.yml in our vapor config repository.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com