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
This PyPi package helps to deploy any Django app with gunicorn and nginx on any linux server (Mostly on AWS) by just only providing their ssh access via PEM or string-password.
Just call the command in your terminal/powershell/cmd!
For pem file login!
djdeploy --pem
For password file login!
djdeploy --passwd
For help!
djdeploy --help
About
This PyPi package helps to deploy any Django app with gunicorn and nginx on any linux server (Mostly on AWS) by just only providing their ssh access via PEM or string-password.