There are three branches named ‘first’, ‘second’ and ‘third’. The “first” and “second” branches contain the .travis configuration files, which, after a change in the current branch, perform deployment in the “third” branch. If changes occur in the first branch, then after deploy in the third branch there are files from the first branch. After the change in the second branch, in the third branch there are files from the second branch, but the files added there from the first branch are deleted. And it is necessary that in the third branch there should be files from both the first and the second branch. How to do it?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Deploy to GitHub multiple files from multiple Travis jobs on different conditions | 2 | 2071 | September 13, 2019 | |
Deployment fails because of unallowed branch | 0 | 710 | February 20, 2019 | |
Build and deploy to development / staging / production | 1 | 1135 | November 16, 2021 | |
Build multiple branches into separate directories in GitHub Pages | 0 | 1462 | December 9, 2018 | |
Can we deploy into different environments from the same branch? | 1 | 3853 | August 23, 2019 |