Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Django CI/CD GitHub action for Docker/Postgres/Gunicorn/Nginx deployment structure #56

Open
jaw12346 opened this issue Oct 5, 2022 · 1 comment
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed

Comments

@jaw12346
Copy link
Member

jaw12346 commented Oct 5, 2022

Our CI/CD action for Django no longer works due to the addition of Docker and Postgres. We need to implement a new GitHub action that can test our code using this new deployment structure.

@jaw12346 jaw12346 added bug Something isn't working help wanted Extra attention is needed hacktoberfest labels Oct 5, 2022
@Hikari1nVoid
Copy link
Member

This has to be manually written.Things to do:
1.set up django(repo)
2.setup gunicorn server(still an easy one)
3.set up nginx(SSL-disabled version maybe)
4.Create a shell script to initialize the whole project.
5.create docker with shell script above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants