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

Question: Using bin/build script #67

Open
JoelV opened this issue Apr 11, 2019 · 1 comment
Open

Question: Using bin/build script #67

JoelV opened this issue Apr 11, 2019 · 1 comment

Comments

@JoelV
Copy link

JoelV commented Apr 11, 2019

When using the bin/build script with the following

#!/usr/bin/env bash

./bin/lein with-profile production trampoline run

cf push returns with a timeout. Am I doing something wrong here?

Error staging application <app-name>: timed out after 15 minute(s)

The app starts and runs just fine, just getting the above error

@JoelV
Copy link
Author

JoelV commented Apr 13, 2019

We figured it out. We are setting the bin/lein file so that we can specify lein 2.9.1.
We were trying to put the run command in a build script where compiling needs to occur. The reason we put the lein run command in the build that we kept getting lein not found after it was running. So we edit the profile to use web: ./bin/lein with-profile production trampoline run

Thanks!!

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

No branches or pull requests

1 participant