Question

App checking out wrong commit during build

Hey, I have an app I deploy using github actions. I trigger the deploy with doctl apps update uuid --spec .do/app_spec.yml

my app_spec is

...
github:
  branch: master
  repo: my/repo

The build selects the branch master but it checks out an older commit. Am I doing something wrong?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

ok, i found out it does not pull code before building when updating app_spec with doctl

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up