oks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Triono Putra 2025-06-05 07:35:43 +07:00
parent 323d31cfb7
commit 07363d6b16
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@ APP_ENV=production
APP_KEY=base64:x9SuUNSMrf4EUnpVAiwsKScUFSn0/tGtpTK2XXLaX2I= APP_KEY=base64:x9SuUNSMrf4EUnpVAiwsKScUFSn0/tGtpTK2XXLaX2I=
APP_DEBUG=true APP_DEBUG=true
APP_TIMEZONE=UTC APP_TIMEZONE=UTC
APP_URL=https://siska.appstaging.my.id/ APP_URL=https://sdncinere1.sch.id/
APP_LOCALE=en APP_LOCALE=en
APP_FALLBACK_LOCALE=en APP_FALLBACK_LOCALE=en

View File

@ -11,7 +11,5 @@ chmod -R 775 /var/www/storage /var/www/bootstrap/cache
chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache
# Generate app key (pakai --force agar tidak gagal di production) # Generate app key (pakai --force agar tidak gagal di production)
php artisan key:generate --force
# Jalankan php-fpm # Jalankan php-fpm
exec php-fpm exec php-fpm