0

enter image description here

I tried this, but there's an error

enter image description here

Error message says
No .platform/services.yaml file found in the repository.
No .platform/routes.yaml file found in the repository.

enter image description here

but It's definitely there.

i don't understand...

박영진
  • 21
  • 1
  • 3

2 Answers2

1

Without seeing your repository, my guess is that those two files haven't been committed to the repository (the ! next to each of them in your third image). You can double-check by doing git status. If they are definitely committed, hop into our slack workspace and/or submit a support ticket so we can take a look at what's happening.

1

It sounds like you use visual studio and you need to:

  • add the files to git
  • commit the files to git
  • push the file to platform.sh

If you have trouble with this, you may want to use one of the existing template https://docs.platform.sh/development/templates.html and the modify these files.

In general, it is easier to start from a functional solution than a non working one ;-)