From 4a3c8a7f5e805070b28ae2400c0fc69e9242468d Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Tue, 19 May 2026 11:35:48 -0400 Subject: [PATCH] fix: missing PATH --- .cpanel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cpanel.yml b/.cpanel.yml index 497f724..d006759 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,6 +1,7 @@ --- deployment: tasks: + - export PATH="/opt/alt/alt-nodejs22/root/bin:$PATH" - export DEPLOYPATH=/home/cascapedia/public_html - composer install - pnpm --dir ./wp-content/themes/cascapedia-st-jules install