You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: