fix: force push when deploying projects to Dokku
This commit is contained in:
parent
86db64a83b
commit
cd59b19ac7
@ -60,7 +60,7 @@ export class SecureGitClient {
|
||||
await git.commit("Add files.");
|
||||
|
||||
// Push the changes to the remote repository
|
||||
await git.push("origin", "master");
|
||||
await git.push("origin", "master", {'--force': null});
|
||||
|
||||
console.log("Files successfully pushed to the repository");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user