Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 925 Bytes

readme.md

File metadata and controls

18 lines (8 loc) · 925 Bytes

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/