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

https://github.com/neulhan/djangoautodeploytutorial

django 를 github-actions 와 AWS code deploy 를 이용해서 AWS EC2에 자동 배포하는 튜토리얼
https://github.com/neulhan/djangoautodeploytutorial

Last synced: about 1 year ago
JSON representation

django 를 github-actions 와 AWS code deploy 를 이용해서 AWS EC2에 자동 배포하는 튜토리얼

Awesome Lists containing this project

README

          

# Django 배포 자동화
`github-actions`와 `code deploy` 를 이용한 Django EC2 자동 배포 방법입니다.
## 사용 스택
![title](https://img.shields.io/badge/-django2.2.10-092E20?&logo=Django&logoColor=white)
![title](https://img.shields.io/badge/-EC2-ed732e?&logo=Amazon%20AWS&logoColor=white)
![title](https://img.shields.io/badge/-CODE%20DEPLOY-759c3e?&logo=Amazon%20AWS&logoColor=white)
![title](https://img.shields.io/badge/-Ubuntu-E95420?&logo=Ubuntu&logoColor=white)
![title](https://img.shields.io/badge/-NGINX-269539?&logo=NGINX&logoColor=white)
![title](https://img.shields.io/badge/-GitHub-181717?&logo=GitHub&logoColor=white)
![title](https://img.shields.io/badge/-GitHubActions-2088FF?&logo=GitHub%20Actions&logoColor=white)