I am trying to create an app in digital ocean using source code from gitlab and I get the error "no detected components". Any ideas?
Asked
Active
Viewed 4,466 times
3
-
If you find a solution, please let me know! I have the same problem. gitlab-ci.yaml ready, and I have no idea what DigitalOcean wants from me. – Vladyslav Kalyuzhnyy Sep 13 '22 at 13:27
2 Answers
1
make sure that your project's index file is named index.html. in my case i had a project where the index file was named landing.html changing this to index.html fixed the issue.

zackbz
- 11
- 1
1
digitalocean cannot detect the folder of your project. After selecting your GitHub project branch go ahead and specify the directory which has your project contents. for instance \src
.

chris
- 11
- 1