It is necessary to connect the playframework 2.5.7 project from the github private repository to DigitalOcean with loading the PostgreSQL and java 8 database in order to start development with automatic compilation of sbt every time a change is made. When connecting to apps, the first step shows an error - the component was not detected. Although everything works locally. Please, help! How to upload a project to the server step by step?
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya @rustamnazmutdinov,
You need to give access of your private Github to your applications, try following this process:
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.