Revision 5c99b01512694ae50c83b7e78e762a87e1c117be authored by George Kalpakas on 23 September 2017, 12:24:41 UTC, committed by Victor Berchet on 25 September 2017, 19:05:00 UTC
closes #19352

Previously, the upload server (for PR previews) was run as root and
"downleveled" to a non-privileged user from inside the node script.

Now, with the latest version of `pm2` (which is used to run the upload server
scripts), we can get rid of that workaround and set the desired UID directly
through `pm2`.
1 parent 992ba33
History
File Mode Size
README.md -rw-r--r-- 1.4 KB
build.js -rw-r--r-- 562 bytes
changelog.js -rw-r--r-- 539 bytes
check-cycle.js -rw-r--r-- 506 bytes
format.js -rw-r--r-- 943 bytes
lint.js -rw-r--r-- 1.1 KB
platform-script-path.js -rw-r--r-- 197 bytes
public-api.js -rw-r--r-- 3.1 KB
serve.js -rw-r--r-- 757 bytes
tools-build.js -rw-r--r-- 468 bytes
validate-commit-message.js -rw-r--r-- 1.2 KB

README.md

back to top