Is it possible to e-or if there is a tool that allows me to send certain files from a project to an FTP after it passes a continuous integration test (Travis-ci for example)?
The idea is that after I commit and the test is completed and pass all tests, the changes that were successfully made are automatically published.
Are there other ways to get a result next to it or maybe some better solution?
In case of help, I currently use Git as a versioning tool, as a repository manager I use Github and for continuous integration I use Travis-ci.