fix: incorrect paths

!nuf
This commit is contained in:
Miodec 2024-08-08 16:27:47 +02:00
parent 1eebf748ba
commit cdfcc9e663

View file

@ -166,7 +166,7 @@ const buildProject = () => {
const deployBackend = () => {
console.log("Deploying backend...");
runCommand("sh ./bin/deployBackend.sh");
runCommand("sh ../bin/deployBackend.sh");
};
const deployFrontend = () => {
@ -178,7 +178,7 @@ const deployFrontend = () => {
const purgeCache = () => {
console.log("Purging Cloudflare cache...");
runCommand("sh ./bin/purgeCfCache.sh");
runCommand("sh ../bin/purgeCfCache.sh");
};
const generateChangelog = async () => {