Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Hierarchy of Deployment #9

@foryougautam

Description

@foryougautam

Hey,
I want to transfer all file of /checkout/qaRelease directory to my repo( below are my code for this, ) I am getting one problem that is entire thing of my stuff inserted to checkout/qaRelease directory at GitHUB repo. is there any way to remove checkout directory and keep all stuff into qaRelease directory I have tried this to achieve using base but not succeeds.

`gulp.task('deploy', function() {
return gulp.src('./checkout/qaRelease/**/*', { read: false, base:'./checkout/qaRelease'})
.pipe(deploy({
repository: 'My GIt Repo',
remoteBranch: 'RepoBranch'
}))
});

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions