I'm trying to create a build that:
- checks out my source code from Stash (complete)
- grabs files out of a directory
- deploys those files to my server (sort of complete)
The file structure is:
/dev/stuff.to.deploy
/random.file
/random.file
When I create the artifact, and deploy it, it always includes the "dev" folder. So my server looks like:
/root/dev/stuff.to.deploy
What I want, is to copy the contents of the dev folder and place them in my server's root directory so that it looks like:
/root/stuff.to.deploy