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

Feature request: Exit the process after the git push is finished #123

Open
scottjacobsen opened this issue Apr 27, 2022 · 2 comments
Open

Comments

@scottjacobsen
Copy link

When you do a git push deploy to heroku the entire build log streams back to the terminal. Our build takes about 10 minutes, so this is burning GH actions time 💸 . However, once the push is complete the git process can exit, and the build will continue on heroku. Is it possible for the process to push, then exit rather than streaming all the build output back?

@jeremyjh
Copy link

jeremyjh commented May 6, 2022

The git push doesn't actually complete. If you run git push to Heroku locally, you'll see the call does not exit until build/release is finished.

@davidwparker
Copy link

Having this issue too. Anyway to run it async?
Using exec instead of execSync?

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

3 participants