This commit is contained in:
MickLesk
2026-04-06 19:49:18 +02:00
parent 7526a5d5e2
commit 9fe9c4f1a0
4 changed files with 12 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ msg_ok "Installed Dependencies"
PG_VERSION="16" setup_postgresql
PG_DB_NAME="kan" PG_DB_USER="kan" setup_postgresql_db
NODE_VERSION="20" NODE_MODULES="pnpm" setup_nodejs
NODE_VERSION="20" NODE_MODULE="pnpm" setup_nodejs
fetch_and_deploy_gh_tag "kan" "kanbn/kan"