8

I HATE that deploying every change takes like 5-10 minutes. I get so distracted and have such issues working efficiently. GAAH

Comments
  • 1
    What's the reason behind and what technologies are you working with?
  • 2
    Why would you deploy for development
    Can't you test it locally?
  • 2
    @devRancid local might not work exactly the same.
  • 2
    @JS96 Serverless with som quirks... Huge project.

    @devRancid Unfortunately full AWS env can't be recreated locally well enough
  • 1
    *feels the pain*

    Do meditation (not ironically).

    Otherwise you just get frustrated and everything feels even longer than it is...

    ... and that is an even more annoying torture.
  • 1
    It should not take so long. I don't know what your CI pipeline looks like but you can scope deployments to specific files or dirs that have changes so only that part of the deployment runs and not the whole damn project every single time.
  • 1
    @hjk101 sometimes that's possible, yes. But far too often it's not
Add Comment