Michel Lavezzo

Results 8 comments of Michel Lavezzo

> **Bug Description** A clear and concise description of what the bug is. > > **My Action Config** > > ```yaml > on: > push: > # !!!!!!! TODO Fill...

Also if you do not have the rsync installed in your linux server, you need to run `sudo apt update && sudo apt install rsync -y`

> Hey @michellavezzo I managed to get it working after installing Rsync—thank you so much! > > Regarding ownership permissions, I encountered a similar issue while using LAMP Packaged by...

Try this: https://github.com/SamKirkland/web-deploy/issues/16#issuecomment-1813492196

Try this to make it work: https://github.com/SamKirkland/web-deploy/issues/16#issuecomment-1813492196

> This looks a lot like you have called "setupListeners" multiple times. > > Notice that this should be done only once, at startup: some transaction can be created outside...

> Yes, if you register handlers multiple times they will be called multiple times. > > Notice that this should be done once and only once, at startup. That is...