fix: update repository path for version.json in releasehook
This commit is contained in:
2
x.js
2
x.js
@@ -726,7 +726,7 @@ app.post('/releasehook_kjfhdkf987987', async (req, res) => {
|
|||||||
|
|
||||||
logMessage(`dashApp push to ${targetBranch} branch detected - updating version.json`);
|
logMessage(`dashApp push to ${targetBranch} branch detected - updating version.json`);
|
||||||
|
|
||||||
const repoPath = '/home/seb/src/dashApp';
|
const repoPath = '/home/seb/dash_seedheads_de';
|
||||||
const versionFilePath = path.join(repoPath, 'version.json');
|
const versionFilePath = path.join(repoPath, 'version.json');
|
||||||
|
|
||||||
// Function to update version.json and commit changes
|
// Function to update version.json and commit changes
|
||||||
|
|||||||
Reference in New Issue
Block a user