Docker Image with alpine linux for deploy with ssh in gitlab ci
1.9K
Docker Image with alpine linux for deploy with ssh in gitlab ci
Supported tags and respective Dockerfile links
~/.ssh/authorized_keys)..gitlab-ci.yml. For example:production:
image: lgatica/gitlab-deploy-ssh
stage: deploy
script:
- ssh $SSH_USER@$SSH_HOST 'docker pull your-image:latest'
- ssh $SSH_USER@$SSH_HOST 'docker-compose up -d your-app'
environment: production
only:
- master
Content type
Image
Digest
Size
4.7 MB
Last updated
almost 7 years ago
docker pull lgatica/gitlab-deploy-ssh