zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 281 forks source link

Fix deploying to non root user #1155

Closed zodern closed 4 years ago

zodern commented 4 years ago

Deploying to non-root users is occasionally broken in updates. This adds a new mode for the tests to deploy to a non-root user. In CI, we've always run the tests twice for two node versions. We now will use a non-root user for the tests run with one of the node versions, and the root user for the tests run with the other node version.