add .env
All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
eko
2026-03-20 22:10:17 +07:00
parent fc0669d58e
commit e813b7515d

View File

@@ -38,6 +38,7 @@ jobs:
docker pull kode.sadateknologi.site/yanto/kulakpos_web:latest docker pull kode.sadateknologi.site/yanto/kulakpos_web:latest
docker run -d \ docker run -d \
--name kulakpos_web \ --name kulakpos_web \
-v /home/act_runner/.env_kulakpos:/var/www/html/.env \
-p 8000:8000 \ -p 8000:8000 \
-e MODE=dev \ -e MODE=dev \
-e APP_ENV=local \ -e APP_ENV=local \