Alisson Cavalcante Agiani
Alisson Cavalcante Agiani
It would be cool if git-deliver had an option to autoincrement the project tag version and send it
the user could save a file containing the initial increment on the project root
You're totally right!
But shouldn't it be done automatically by the task?
I'm creating a file called "DEPLOYING" on a post-checkout script inside the DELIVERY_PATH and removing it on a post-symlink script. Now how can I stop the deploy on a pre-delivery...
solved it, thanks!
So it is impossible to use naught with systemd right now?
I've did a hack, created a rtail service which people can use for now: ``` [Unit] Description=rtail After=service_you_want_to_log.service [Service] WorkingDirectory=/home/your_user ExecStart=/usr/bin/bash -c '/usr/bin/sudo journalctl -u service_you_want_to_log -f | rtail --host...
I don't have enough knowledge to say it's all systemd fault
tailing the stdout or redirecting inside the service doesn't work :(