Customer
Comments
-
Hello! There's nothing to my mind specific to Platform.sh here, only an attempt to replicate what you mentioned being in default.settings.php on our filesystem with a mount.
-
Hello,Thank you for your prompt response. I appreciate your assistance. I have double-checked the configuration, and I can confirm that I have build.flavor: none included in my platform.app.yaml. D...
-
Hello! That is strange, as the inclusion of build.flavor: none should block that default npm install behavior in favor of what you have in your build hook. If you can share a project ID (feel free ...
-
Hi Alexander. I've been experimenting with this recently, but I'm not sure. To start I would recommend: # applications.yaml - name: frontend type: "nodejs:XX" build: flavor: none hooks:...
-
thank you for your reply. Please see below more details.master (dev environment) was created by default under main (see screenshot below).This was done by running:1. platform create2. then: platfor...
-
and yes, main has production type. Status for main is inactive and for master is active.
-
I think i found how to fix it but I'm still not clear why it happened. Originally, I used default in “platform push” which created for me new dev env and then 2nd push didn't work.If I override the...
-
I appreciate your help with this, Paul. Please see below more details. I have deleted the project and re-created it again. Here are the steps.git commit -am "Ready for deployment".platform create ...
-
Hi! The output of start commands will not appear in the deployment activity logs that you have pasted, though it is running if defined like you have here. SSH into the container platform ssh and th...
-
A slightly less verbose (but less demonstrative) way to pull web environment variables from the host environment would be ```web_environment: - UPSUN_CLI_TOKEN```