Skip to content

Commit

Permalink
Added new PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantom-Intruder committed Apr 21, 2022
1 parent 3811639 commit f34967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ changeFileAndCommit = (execProcess, commitText) => {
logStream.write('<br/><p>' + commitText + '</p>');
execProcess.result('git diff', (err, response) => {
});
execProcess.result('cd site && git commit -am "New block commited." && git push https://Phantom-Intruder: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@github.com/Phantom-Intruder/site-backend.git topic/work-on-site', (err, response) => {
execProcess.result('cd site && git commit -am "New block commited." && git push https://Phantom-Intruder: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@github.com/Phantom-Intruder/site.git topic/work-on-site', (err, response) => {
if (!err) {
console.log(response);
return false;
Expand Down

0 comments on commit f34967b

Please sign in to comment.