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?
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!
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