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

Added support for continuous deployment #93

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Added support for continuous deployment #93

wants to merge 13 commits into from

Conversation

utsavgarg
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.24% when pulling b1cc0aa on utsavgarg:deploy into d30c6c9 on Cloud-CV:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.24% when pulling 1c0b0e1 on utsavgarg:deploy into d30c6c9 on Cloud-CV:master.

@utsavgarg utsavgarg requested a review from deshraj July 26, 2017 09:22

# Update the environment to use the new application version
aws elasticbeanstalk update-environment --environment-name $ENVIRONMENT \
--version-label $VERSION
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a newline here.

#!/bin/sh
cd /code && \
webpack
python manage.py runserver 0.0.0.0:8000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On production environment, we won't use runserver command. Can you please configure it using uwsgi with nginx?

@coveralls
Copy link

Coverage Status

Coverage increased (+23.7%) to 97.921% when pulling 017d204 on utsavgarg:deploy into d30c6c9 on Cloud-CV:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+23.7%) to 97.921% when pulling 85750a3 on utsavgarg:deploy into d30c6c9 on Cloud-CV:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+23.7%) to 97.921% when pulling a2a906b on utsavgarg:deploy into d30c6c9 on Cloud-CV:master.

@virajprabhu
Copy link
Contributor

@utsavgarg @deshraj Is this ready to merge?

@utsavgarg utsavgarg closed this Sep 30, 2017
@deshraj deshraj reopened this Oct 4, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.754% when pulling fade231 on utsavgarg:deploy into ee2ff52 on Cloud-CV:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants