Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 832 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 832 Bytes

Docker image for deployment with deployer

This image is mainly used for deployments with the PHP tool Deployer using Gitlab.

It includes php, rsync and ssh. The deployer script ist globally available with the command dep

The Gitlab documentation explains how to use SSH keys using the Docker executor.

This image provides some shortcuts: bash, ssh and rsync are already installed. The ssh-agent is already running. The script ssh-deactivate-key-checking provides a simple way to deactivate StrictHostKeyChecking for SSH.

Example usage in .gitlab-ci.yml:

  script:
    - "ssh-add <(echo \"$SSH_PRIVATE_KEY\")"
    - ssh-deactivate-key-checking
    - dep deploy production