Deploy multiple servers using Pipelines

There is some way in which you can send deploy using pipelines to multiple servers?

I have the same code running in several servers, for several clients. I want to automate the deploy to all the servers. Could be using git-ftp or using git push to remotes.

Thanks.