Created
April 13, 2018 10:47
-
-
Save mtigdemir/dea8f3e4fac82266aa8c45b4c0a578db to your computer and use it in GitHub Desktop.
Deployer Bitbucket Pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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