Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
suziwen committed Dec 11, 2021
1 parent 5948f18 commit e83b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function run(): Promise<void> {
})

if (exists) {
await exec.exec(`git push`, ['-f'], {
await exec.exec(`git push`, ['-f', '-u', 'origin', `${deployBranch}`], {
cwd: `${workingDir}/public`,
})
} else {
Expand Down

0 comments on commit e83b309

Please sign in to comment.