I have a simple php project on github. And I want to set up Continuous Integration with Bamboo.
Step 1: I've set up "Plan" with "Default Job". "Default Job" has just one task: Source Code Checkout.
Step 1.1: After run build I see the source code in /Users/serhiit/bamboo-agent-home/xml-data/build-dir/LOCPR-WEB-JOB1.
Step 2: Also I've set up "Deploy" with just one task: Clean working directory task.
Step 2.1: After run deploy I see the empty folder /Users/serhiit/bamboo-agent-home/xml-data/build-dir/786434-851970.
Question: How can I move my code to directory /var/www/myproject?