django + github web hook 자동배포

2020. 7. 25. 02:09카테고리 없음

잘 참고해서 자동배포 해놔야겠다.

 

sftp 로 업로드하는것도 괜찮긴 한데, 그냥 로컬에서 작업하고 저장해서 푸시하는게

 

분기별로 관리하기 편할 것 같다.

 

 

How to Handle GitHub Webhooks Using Django

Webhooks are a convenient way to notify external services when a certain event occur. GitHub provides an easy way to create Webhooks for the git repositories...

simpleisbetterthancomplex.com

 

 

cliche90/webhook_autopull

guide for auto pull by github webhook. Contribute to cliche90/webhook_autopull development by creating an account on GitHub.

github.com