Skip to content

Instantly share code, notes, and snippets.

@mtigdemir
Created April 13, 2018 10:47
Show Gist options
  • Save mtigdemir/dea8f3e4fac82266aa8c45b4c0a578db to your computer and use it in GitHub Desktop.
Save mtigdemir/dea8f3e4fac82266aa8c45b4c0a578db to your computer and use it in GitHub Desktop.
Deployer Bitbucket Pipeline
test:
stage: test
hostname: {{REMOTE_HOST}}
user: ubuntu
deploy_path: ~/apps/test/htdocs
production:
stage: production
hostname: {{REMOTE_HOST}}
user: ubuntu
deploy_path: ~/apps/production/htdocs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment