Jesko Karwasz@portavice e518a423fb
Crontab: allow sudo with crontab:use_sudo option (#3759)
* Add parameter crontab:use_sudo to allow running crontab using sudo.

This makes it possible to overwrite the bin/crontab variable to edit crontab for other users.

e.g.

set("crontab:use_sudo", true);
set("bin/crontab", function () {
  return which('crontab') . " -u www-data";
});

* Add documentation and use cases for crontab:use_sudo

* Regenerate documentation with docgen
2023-12-22 10:13:44 +01:00
2023-04-12 11:07:00 +02:00
2021-09-26 15:25:30 +02:00
2023-04-04 12:35:31 +02:00
2022-03-13 00:41:32 +01:00
2022-03-13 17:08:44 +01:00
2023-07-06 12:10:21 +02:00

Webpod - deploy JavaScript apps

Deployer Logo Deployer

The PHP deployment tool with support for popular frameworks out of the box.



Deployer Screenshot


Build Status Latest Stable Version License

See deployer.org for more information and documentation.

Features

  • Automatic server provisioning.
  • Zero downtime deployments.
  • Ready to use recipes for most frameworks.

Additional resources

License

MIT

Description
No description provided
Readme MIT 34 MiB
Languages
PHP 99.6%
HTML 0.4%