I'm hosting a small php-based website through Bitbucket. I have some files under version control that I don't want to deploy in production (helpful scripts, .xcf files, etc). Is there some way to just send the files I want to the production server?
feedback
|
|
No, you cannot make Mercurial send only some files. By "send", I guess you mean The normal way to solve this is to make a dedicated script for deployment. Something like:
where I'm imagining that you have a named branch called | |||
|
feedback
|