You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: The webhook now supports a source and url parameter, to allow CI tools such as PHPCI to report that they triggered the deploy and provide a URL to build results
Added: node.js socket server now uses the .env file's APP_DEBUG to determine whether to output to the log. Make sure you run $ npm install --production to pull in the required modules
Added: The theme can be changed in .env. Options are red, green, blue, purple, yellow with or without -light to change the sidebar to a lighter colour
Updated: Changed the names of the queues used to prepend "deployer" to avoid conflicts with other scripts using the rather generic queue names. See examples/supervisor.conf for an updated supervisors config
Updated: Changed the supervisor config so that log files rotate when they reach 1MB
Fixed: Check URLs would fill the CLI log with lots of exceptions if there were connection problems
Fixed: Webhook deployments showing as "Manual" if the last commit matched a user
Fixed: The repository name would not show in project details if using the public github URL