Compare commits

...

3 Commits

Author SHA1 Message Date
2f17c3abdd update pull
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m13s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 37s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 0s
2026-04-02 22:00:30 +07:00
ee73c81dde Merge branch 'main' of https://kode.sadateknologi.site/yanto/kulakpos_web 2026-04-02 21:39:22 +07:00
78dd794f71 pulldata 2026-04-02 21:38:46 +07:00
2 changed files with 7 additions and 1 deletions

View File

@@ -68,3 +68,8 @@ ## Authenticate
email : admin@gmail.com <br>
pass : password
docker build -f Dockerfile2 -t kulakpos-app:latest .
docker run -d --name kulakpos-testing --network kulakpos-net -p 8000:8000 --env-file .env kulakpos-app:latest

View File

@@ -94,9 +94,10 @@ php -r 'require "/var/www/html/vendor/laravel/prompts/src/helpers.php"; echo "
# Clear all caches to ensure fresh state
echo "Clearing caches..."
php artisan config:clear || true
php artisan cache:clear || true
php artisan view:clear || true
php artisan route:clear || true
php artisan cache:clear || true
# Verify Vite manifest exists
if [ -f public/build/manifest.json ]; then