%3C%21-- Google Tag Manager --%3E %3C%21-- End Google Tag Manager --%3E

What is my Repository Path?

Picking your Repo Path

Repository Path

When you setup a deployment server, you'll need to tell Beanstalk to pull the changes from a certain place in your repository. You can ask us to deploy from anywhere in the repository or get as specific as a certain folder. When a deployment is triggered, Beanstalk will check for changes inside this repository path only. If there are changes, we'll deploy.

The repo path has to exist in your repository at the time of setting up the server. If you want Beanstalk to deploy from anywhere in the repo, just put a / in the repo path. If you want to pick a specific location, put the absolute path. Here's an example repo:

REPOSITORY

/Trunk/FileXYZ
/Staging/FileABC

REPO PATH

  • / -> Deploy any change in the entire repo
  • /trunk -> Deploy from anywhere in the /trunk directory
  • /staging -> Deploy only when there are changes in /staging directory
  • /staging/FileABC -> Deploy only when there is a change in this file
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us