Customer
Posts
-
Recommend fixing the 27 broken links in the default .upsun/config.yaml file
I just want to point out for the Upsun team that in the .upsun/config.yaml file that was auto-created with the `upsun project:init` command, only 1 out of 28 of the links within the comments throug...
-
I'd like a way to cancel a build.
As long as the build hook is being executed, I suppose it wouldn't cause any harm to cancel the process. Could be as simple as a CLI command or a cancel button in the UI next to the "In Progress" t...
-
Enable text/code formatting controls when filing support request
It's difficult to file, parse and read technical support tickets without the ability to use code blocks for pasting logs, configurations, code snippets, etc. What's more frustrating is that support...
-
FAQ/Guidelines
This is a Civilized Place for Public Discussion Please treat this discussion forum with the same respect you would a public park. We, too, are a shared community resource — a place to share ski...
-
Terms of Service
See the Platform.sh Terms of Service.
-
Privacy Policy
See the Platform.sh Privacy Policy.
-
About the Questions & Answers category
(Replace this first paragraph with a brief description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you edit this de...
-
[Github integration] Target branch of merged PR should get build
We only want PRs to get an environment, so disable "build branches" on the Github integration. With that setting enabled, the Platform builder has to handle two updates, the push event for the PR a...
-
Allow users to be managed in groups
As an agency it is a pain to always add 15 users to each project. It would be perfect to add multiple users at once to each project and do changes to other projects automatically if the team user l...
-
How to serve a static HTML page on Platform.sh
Goal To serve a static HTML page on Platform.sh. Assumptions You will need: An empty Platform.sh project SSH key configured to the Platform.sh account Problems In addition to your HTML file, ...