How to Use Rsync and SSH in a Dockerized GitLab CI Pipeline

Share
  • August 15, 2021
rsync is a popular file synchronization utility that uses an efficient algorithm to minimize bandwidth consumption. One of rsync’s common roles is deploying a website build to a remote production server. Here’s how to combine rsync’s versatility with the automation provided by GitLab CI pipelines.

Read This Article on CloudSavvy IT ›

Source : How to Use Rsync and SSH in a Dockerized GitLab CI Pipeline