docker-git-ftp A minimal Alpine Linux docker image with the latest git-ftp suited for automated deployments via Continuous Delivery systems like GitLab Pipelines.
Automatically build upon pushes to the master branch: https://hub.docker.com/repository/docker/rrpnarola/docker_git_ftp
Usage Example .gitlab-ci.yml configuration:
deploy_production: image: rrpnarola/docker_git_ftp stage: deploy environment: name: production url: http://clientapp.narola.online/rrp/gitlab-lftp/index.php only: - master script: - git ftp push --remote-root /gitlab-lftp/ -vv --syncroot //builds/git/Ravi72/gitlab-lftp/ --user $FTP_DEPLOY_USER --passwd $FTP_DEPLOY_PASSWORD $FTP_DEPLOY_HOST Make sure, you configure the $FTP_DEPLOY_USER, $FTP_DEPLOY_PASSWORD and $FTP_DEPLOY_HOST variables in the CI/CD settings on GitLab.
Content type
Image
Digest
sha256:b9f4f555f…
Size
9.7 MB
Last updated
over 2 years ago
docker pull rrpnarola/docker_git_ftp