-
Notifications
You must be signed in to change notification settings - Fork 339
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
Add platform.sh support #942
Conversation
1b31a3f
to
db6201f
Compare
925f284
to
0065622
Compare
0065622
to
883f9eb
Compare
.platform.app.yaml
Outdated
@@ -0,0 +1,99 @@ | |||
name: sylius | |||
|
|||
type: php:8.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build flavor should be specified at the top.
type: php:8.1 | |
type: php:8.1 | |
build: | |
flavor: none |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall placement feels weird, I personally would go for
- type
- build
- runtime
- variables
- dependencies
- hooks
- relationships
- disk
- mounts
- web
- workers
- cron
or last three as
- workers
- cron
- web
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will leave it for now as it is similar to config provided for the template by platform.sh 🤔 https://github.com/platformsh-templates/sylius/blob/master/.platform.app.yaml
31b16b3
to
aac747b
Compare
aac747b
to
cf624b9
Compare
Thank you, Marcin! 🥇 |
Hi. I've already prepared a platform.sh setup configuration for Sylius. In a nearest future I'll push also a documentation for this feature into Sylius repository.
I hope you like it 🖖