From 528d5b289c8cc708e8b583135f0edb2d449b1780 Mon Sep 17 00:00:00 2001 From: babelbes0487 Date: Mon, 20 Jul 2026 21:47:59 +0700 Subject: [PATCH] chore: add storage:link to nixpacks build phase for Railway deployment --- nixpacks.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 71539f7..75ff774 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -26,7 +26,8 @@ cmds = [ "npm run build", "php artisan config:cache", "php artisan route:cache", - "php artisan view:cache" + "php artisan view:cache", + "php artisan storage:link" ] [start]