Skip to content

v1.27.3 - Fix Deploys Match Your Repo

Choose a tag to compare

@stoicsoft stoicsoft released this 18 Jun 06:43
e53f3d0

Bug Fixes

Git-Based Deploys

  • Fixed Git-based deploys shipping old or mixed code when a branch is force-pushed, rewritten, or reverted — deployments now mirror the exact state of your remote branch instead of merging, so you always deploy the code you pushed
  • Fixed deploy clones drifting ahead of the remote — the local working copy no longer accumulates stray merge commits that mix code from multiple branches; every deploy is a clean, exact copy of the branch tip