mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-04 11:44:27 +02:00
update to not require changes to deploy
This commit is contained in:
parent
47b0e5c103
commit
ecb66ec1ff
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ var gitDeployMergeMaster = function(done) {
|
||||||
};
|
};
|
||||||
|
|
||||||
var gitDeployPushOrigin = function(done) {
|
var gitDeployPushOrigin = function(done) {
|
||||||
execSync('git commit -am "rebuild for prod" && ' +
|
execSync('git commit -am "rebuild for prod"; ' +
|
||||||
'git push origin gh-pages && ' +
|
'git push origin gh-pages && ' +
|
||||||
'git branch -f trunk gh-pages && ' +
|
'git branch -f trunk gh-pages && ' +
|
||||||
'git checkout master'
|
'git checkout master'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue