D
Dokploy6mo ago
jmwtac

Cannot deploy node app to Nixpacks ,

So I am fine deploying docker apps and if i want to deploy node app to static thats fine but when I try to deploy to Nixpacks I get an error about reading gtom Githubbash: line 11: nixpacks: command not found ❌ Nixpacks build failed ===================================EXTRA LOGS============================================ Error occurred ❌, check the logs for details. Command exited with code 1. Stderr: , command: set -e;
8 Replies
euynus
euynus6mo ago
I met same problem
jmwtac
jmwtacOP6mo ago
any solution, im looking at moving to gitlab currenly
Sang Dang
Sang Dang6mo ago
The info is so little that even me want to help I don't know where to start 😦 could you give more?
jmwtac
jmwtacOP5mo ago
here is full log ??
jmwtac
jmwtacOP5mo ago
No description
jmwtac
jmwtacOP5mo ago
my github connection is verified and installed
Siumauricio
Siumauricio5mo ago
Multi Server | Dokploy
Deploy your apps to multiple servers remotely.
jmwtac
jmwtacOP5mo ago
Hi, what am i lookign for, this is not a multi server env ? - Tried another repo and still the same Error occurred ❌, check the logs for details. Command exited with code 1. Stderr: , command: set -e; rm -rf /etc/dokploy/applications/node-apps-testingapp-wzsbpl/code; mkdir -p /etc/dokploy/applications/node-apps-testingapp-wzsbpl/code; if ! git clone --branch master --depth 1 --recurse-submodules --progress https://oauth2:[email protected]/CrownParkComputing/Unity-Centipede-2022.git /etc/dokploy/applications/node-apps-testingapp-wzsbpl/code >> /etc/dokploy/logs/node-apps-testingapp-wzsbpl/node-apps-testingapp-wzsbpl-2024-12-11:15:33:47.log 2>&1; then echo "❌ [ERROR] Fail to clone repository github.com/CrownParkComputing/Unity-Centipede-2022.git" >> /etc/dokploy/logs/node-apps-testingapp-wzsbpl/node-apps-testingapp-wzsbpl-2024-12-11:15:33:47.log; exit 1; fi echo "Cloned github.com/CrownParkComputing/Unity-Centipede-2022.git to /etc/dokploy/applications/node-apps-testingapp-wzsbpl/code: ✅" >> /etc/dokploy/logs/node-apps-testingapp-wzsbpl/node-apps-testingapp-wzsbpl-2024-12-11:15:33:47.log;

Did you find this page helpful?