Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 393 Bytes

Lightweight Docker image with a git-ftp

An extremely lightweight and well versioned Docker image with a git-ftp - git powered FTP client.

Usage

image: octivi/git-ftp:1.6.0-alpine3.11

pipelines:
  default:
    - step:
        script:
          - git ftp push -v --auto-init --user "${FTP_USER}" --passwd "${FTP_PASSWORD}" "${FTP_DESTINATION}"