Umbraco Cloud - Manually trigger build and deploy without git check in

I get errors fairly often in Umbraco cloud on git pushes related to the build and deploy process. They are not related to the push itself. In order to get the deploy to occur, I am pushing inconsequential commits (like adding a space to a code file); until I get the build and deploy to complete. There has to be a better way, but I cannot find it.

Is there a way from the cloud console to just say “Run Build with Current Code” and “Run Deploy with Most recent Build”?

Example of a common failure:

git -c diff.mnemonicprefix=false -c core.quotepath=false
–no-optional-locks push -v origin master:master warning: auto-detection of host provider took too long (>2000ms) warning: see
git-credential-manager/docs/autodetect.md at main · git-ecosystem/git-credential-manager · GitHub for more information. warning:
auto-detection of host provider took too long (>2000ms) warning: see
git-credential-manager/docs/autodetect.md at main · git-ecosystem/git-credential-manager · GitHub for more information. POST
git-receive-pack (830 bytes) remote: Updating branch ‘master’.
remote: Updating submodules. remote: Preparing deployment for
commit id ‘6048722b09’. remote: Running custom deployment
command… remote: Running deployment command…
remote: Ensuring git configuration remote: Handling ASP.NET
Core Web Application deployment remote: CsProjFile location
C:\home\site\repository\src\SIAM.Site\SIAM.Site.csproj remote:
Target Major and Minor dotnet sdk version found via the csproj file
‘8.0’ remote: Working Sdk version ‘8.0.205’ remote:
Wrote global.json in the repository for version ‘8.0.205’
remote: Determining projects to restore… remote:
… send-pack: unexpected disconnect while reading
sideband packet error: error in sideband demultiplexer

Pushing to https://scm.umbraco.io/useast01/my-repo.git To
https://scm.umbraco.io/useast01/my-repo.git afe058f6..6048722b
master → master updating local tracking ref
‘refs/remotes/origin/master’

Completed with errors, see above.


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/114527-umbraco-cloud-manually-trigger-build-and-deploy-without-git-check-in