MiR
Explore posts from serversApperance changed in production environment
tring to redeploy without build, same result.
logs to deploy:
[Region: us-west1]
==============
Using Nixpacks
==============
context: 3e75f31e1a070abf0acc2f4b96df744e
╔══════════════════════════════ Nixpacks v1.17.0 ══════════════════════════════╗
║ setup │ (php81.withExtensions (pe: pe.enabled ++ [])), perl, nginx, ║
║ │ libmysqlclient, php81Packages.composer, nodejs_18, npm-9_x ║
║──────────────────────────────────────────────────────────────────────────────║
║ install │ mkdir -p /var/log/nginx && mkdir -p /var/cache/nginx ║
║ │ composer install --ignore-platform-reqs ║
║ │ npm i ║
║──────────────────────────────────────────────────────────────────────────────║
║ build │ php artisan optimize:clear && php artisan cache:clear && php ║
║ │ artisan config:clear && php artisan config:cache && php artisan ║
║ │ filament:upgrade && php artisan --version ║
║──────────────────────────────────────────────────────────────────────────────║
║ start │ perl /assets/prestart.pl /assets/nginx.template.conf ║
║ │ /nginx.conf && (php-fpm -y /assets/php-fpm.conf & nginx -c ║
║ │ /nginx.conf)
30 replies
Apperance changed in production environment
this is my nix command :
NIXPACKS_BUILD_CMD=npm run build && php artisan optimize:clear && php artisan cache:clear && php artisan config:clear && php artisan config:cache && php artisan filament:upgrade
30 replies