fix: 🚑 gpg signed badge

This commit is contained in:
Lucas Colombo
2024-04-11 19:28:55 -03:00
parent 67b639832e
commit 131a9965b3
8 changed files with 302 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ const srcPath = resolve(cwd(), src);
const distPath = resolve(cwd(), dist);
const serverPath = resolve(
cwd(),
getArg('--server', 'd:/gitea')
getArg('--server', 'd:/users/lucas/Desktop/dev/server/gitea')
);
logger.info('Deploy started!');