I have setup for Accessing remote hosts using Bitbucket pipelines, but how do i deploy my repository and run post commands?

Ankesh Mistry February 12, 2017

I went through the tutorial for accessing remote hosts using Bitbucket Pipelines. 

 

I ssh username@server.com works and shows it has access to the server. I want to know how to deploy my repository on specific path and rum some post build commands after clone/pull.

 

Thanks

1 answer

1 vote
kgrinkevicius March 9, 2017

You can use secure copy command to make a deployment to remote host.

scp ./folder_to_copy_files_from/* username@your.hostname.lt:public_html/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events