question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: FASTER deploy without rebuild

See original GitHub issue

I would like to skip the build step to enable faster deploys on new machines with already built code.

i.e. this could be used with: mup deploy --cached

Or if it was even smarter and kept track of some caching key to see if the source had changed since last deploy. this would probably not be the case…?

The reason why anyone would want to to this is because:

  1. Multiple server deployment still gets stuck, which means one have to build once for each machine you’re deploying to.
  2. Say you had a faulty setup on the server, to skip building once again which can take more than a couple minutes with the current version of meteor.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
33Fraise33commented, Feb 16, 2017

This would also help us a lot, we deploy the same code to a lot of different servers with different meteor settings and different mup files. One build would help us a lot

1reaction
zoderncommented, Mar 10, 2017

Version 1.2.4 will have a --cached-build flag to skip the build.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rebuild Job without SSH - Deploying Applications
I know I can rebuild with SSH, but it would be really great to have something ... if there is a workaround, or...
Read more >
Deploy the Editor on Netlify without rebuilding Gatsby - Storyblok
Deploy the Editor on Netlify without rebuilding Gatsby · 1) Add the following code. in your gatsby-node.js file as shown below, to enable...
Read more >
Docker development best practices - Docker Documentation
Docker development best practices. The following development patterns have proven to be helpful for people building applications with Docker.
Read more >
Create a Dev Container - Visual Studio Code
Use Docker or Kubernetes from inside a dev container to build and deploy ... Use the Dev Containers: Rebuild Container command for your...
Read more >
Updating a Deployment - Google Cloud
If you modified a resource in a deployment without using Deployment ... With the Google Cloud CLI, make an update request with the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found