Skip to content

merkez/ansible-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-deploy

Ansible Deployment

Github actions logs can be viewed from following link:

https://github.com/mrturkmenhub/ansible-deploy/runs/1542406112?check_suite_focus=true

This is an example repository to demonstrate how Ansible could be used in CI in order to deliver compiled binary from CI.

I have put the binary file under ./uploads however, in normal situations, it works like Unit Test > Integration Test > Development Deploy (pre-release) > Production

However, the steps might change project to project, it really depends on structure of the project and needs.

Blog post regarding to this repository can be found here: https://mrturkmen.com/posts/deploy-with-ansible/