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

Basic Emojivision App #13

Merged
merged 8 commits into from
Aug 20, 2017
Merged

Basic Emojivision App #13

merged 8 commits into from
Aug 20, 2017

Conversation

lusbenjamin
Copy link
Owner

image

image

- deploy:
name: maybe deploy
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "basic-form" ]; then
Copy link
Owner Author

Choose a reason for hiding this comment

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

TODO: put this back to "master"

@lusbenjamin lusbenjamin force-pushed the basic-form branch 2 times, most recently from 17fe32b to 5a7e577 Compare August 20, 2017 05:05
app.config['SECRET_KEY'] = 'so-so-secret' # change this
# IMPORTANT: be extremely careful with config['TRAP_HTTP_EXCEPTIONS']
# Setting to True will break Google App Engine load balancers!!!
# (this probably has to do with GAE expecting a 404 at /_ah/healthcheck)
Copy link
Owner Author

Choose a reason for hiding this comment

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

^ this comment represents almost 48 hours of debugging
😞

@lusbenjamin
Copy link
Owner Author

@melodylu FINALLY got this to work on Google App Engine. Going to go ahead and merge this before we review it, but would love to revisit this in detail later.

@lusbenjamin lusbenjamin merged commit 9ac3261 into master Aug 20, 2017
@lusbenjamin lusbenjamin deleted the basic-form branch August 20, 2017 05:38
@melodylu melodylu mentioned this pull request Aug 28, 2017
61 tasks
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

1 participant