I am setting up a new application on the App Platform. I’ve got my workspace and github in sync. I’ve also successfully deployed.
But, as soon as I set my github repository to private, I cannot deploy. How can I accomplish this? I prefer to have my source code private.
Thanks in advance, and sorry if this has already been asked (couldn’t find it).
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.
It could be that when you originally granted App Platform access to Github you only gave it limited permissions. To run through the Github auth process again you can visit https://cloud.digitalocean.com/apps/github/install
If you have multiple orgs associated with your Github account, be sure to choose the org that your private repo is in.
Then on the Repository Access screen, either choose “All Repositories” or specifically select the now-private repo you want to deploy.
This comment has been deleted
Thank you very much for this. The URL helped especially.
Strangely, the permissions were grey, and the radio button was not selected. I ended up removing the DO app and re-installing it.