Using Beanstalkapp, I deploy a branch to my staging environment. The branch has a name of “Version_1.0.0”. I ftp into my staging environment and see that a “Version_1.0.0” folder has been created here also. How do I deploy files without having a branch name or version appear? Maybe I went about naming the branch in a wrong way, I just don’t know.
Using Beanstalkapp, I deploy a branch to my staging environment. The branch has a
Share
You just need to tweak your checkout command a bit.
Rather than doing:
You need to add a
.to the end (assuming you are in the directory you want the files to be checked out to). Like this: