Skip to content

jrobinsonc/docker-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Docker Deployer

Docker image to run Deployer in a pipeline.

https://hub.docker.com/r/jrobinsonc/deployer

Usage

Configure the SSH key in Bitbucket so Deployer can connect via SSH to the remote server: Repository settings > PIPELINES > SSH keys.

And you can start with this sample bitbucket-pipelines.yml that is deploying the stage production from the branch production:

image: jrobinsonc/deployer

pipelines:
  branches:
    production:
      - step:
          deployment: production
          script:
            - dep deploy production

In case you need port 22 only open for whitelisted IPs, you can read here to know the IPs used by the build environment from Bitbucket.

About

Docker image to run Deployer in a pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published