An open API service indexing awesome lists of open source software.

https://github.com/mhdramadhanarvin/laravel-autodeploy

Automate Continuous Integration and Continuouse Delivery on Laravel Project using Docker Swarm and Ansible
https://github.com/mhdramadhanarvin/laravel-autodeploy

ansible containerization deployment-automation deployment-tools docker docker-swarm terraform

Last synced: 2 months ago
JSON representation

Automate Continuous Integration and Continuouse Delivery on Laravel Project using Docker Swarm and Ansible

Awesome Lists containing this project

README

          

## Context

This project will be deploy to AWS EC2 with container, specific will use docker swarm

- Terraform for provision aws ec2
- Security group
- Keypair
- EC2 Instance
- Ansible for setup requirement
- Insallation package. e.g : docker
- Install docker swarm
- Ansible for deploy
- Build docker image
- Push docker image into Github Package Registry
- Update docker swarm stack to use new image