fix: update repository path for version.json in releasehook

This commit is contained in:
sebseb7
2025-11-12 22:22:25 +01:00
parent e2f4816299
commit 20576fe4db

2
x.js
View File

@@ -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