Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platformify indicates both a .platform.app.yaml file and .platform/applications.yaml are created, but they're not #220

Open
gilzow opened this issue Apr 25, 2024 · 0 comments
Labels
bug Something isn't working Platformify

Comments

@gilzow
Copy link
Contributor

gilzow commented Apr 25, 2024

Ran platform project:init on a project recently. After selecting python as the runtime, setting the project name, and selecting my services (postgresql and redis), the ending message told me that it had created not only a .platform.app.yaml file, but also an applications.yaml file inside of .platform. However, it did not actually generate the applications.yaml file.

❯ platform project:init
<snip>
What language is your project using? We support the following: [Python]
✓ Detected dependency managers: Pipenv
Tell us your project's application name: [classquiz]
                       (\_/)
We’re almost done...  =(^.^)=
<snip>
Select all the services you are using: [PostgreSQL, Redis]

┌───────────────────────────────────────────────────┐
│   CONGRATULATIONS!                                │
│                                                   │
│   We have created the following files for your:   │
│     - .environment                                │
│     - .platform.app.yaml                          │
│     - .platform/services.yaml                     │
│     - .platform/routes.yaml                       │
│     - .platform/applications.yaml                 │
│                                                   │
│   We’re jumping for joy! ⍢                        │
└───────────────────────────────────────────────────┘
❯ ls -al .platform
total 16
drwxr-xr-x   4 gilzow  staff   128 Apr 25 14:47 .
drwxr-xr-x  44 gilzow  staff  1408 Apr 25 15:08 ..
-rw-r--r--   1 gilzow  staff   439 Apr 25 14:47 routes.yaml
-rw-r--r--   1 gilzow  staff   484 Apr 25 14:47 services.yaml

Platform version:

❯ platform version
Platform.sh CLI 5.0.12
@gilzow gilzow added the bug Something isn't working label Apr 25, 2024
@akalipetis akalipetis added the Platformify label Jul 2, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Platformify
Projects
None yet
Development

No branches or pull requests

2 participants