Customer
Comments
-
Hi there. You’re correct that a project can only have one Git integration set up. If you’re looking to integrate code from multiple repositories into a single Platform.sh project, you can use Git s...
-
Hello Kamate, Looking at the log your project need a newer nodejs version, currently our Ruby image have an old v6 but we can update it on build with nvm. I’ve worked on a template for rails 6 you ...
-
Hi @kam-vakaramoko. It looks like you’ll need to upgrade the version of Node.js in your Ruby container. Here is a guide for how to use NVM during the build hook to install whichever version you may...
-
Hi Matthias,Is this still working? I want to override the default sql_mode in the .my.cnf, but it looks like the mysql client doesn't read the file.Hopefully you can help me.
-
Hi @linkletter - would you mind pasting in a copy of your .platform.app.yaml file?
-
Hey @linkletter - I don’t see anything in your build hook, which is the only time the file system is writable. I’d try either running composer require drupal/admin_toolbar first locally and pushing...
-
web@app.0:~$ echo $PLATFORM_APPLICATION | base64 --decode | jq { "resources": null, "size": "AUTO", "disk": 2048, "access": { "ssh": "contributor" }, "relationships": { "redis":...
-
Hi @linkletter. Those files will be visible locally only. You can however view the contents of that file through the PLATFORM_APPLICATION environment variable. echo $PLATFORM_APPLICATION | base64 -...
-
Hello @harvey-botero! The tabs in your .platform.app.yaml file look a bit off, but that may just be Discourse doing something funky. Other than that, Frontity looks like it defaults to port 3000, a...
-
Thank you very much … it works perfectly!