This commit is contained in:
Anang Yusman 2025-12-30 13:50:06 +08:00
parent ef451c45d5
commit 1b6ab09ff1
3 changed files with 594 additions and 1292 deletions

View File

@ -7,9 +7,10 @@ build-dev:
when: on_success when: on_success
only: only:
- main - main
image: docker:stable image:
name: docker:25.0.3-cli
services: services:
- name: docker:dind - name: docker:25.0.3-dind
command: ["--insecure-registry=38.47.185.86:8900"] command: ["--insecure-registry=38.47.185.86:8900"]
script: script:
- docker logout - docker logout
@ -26,4 +27,4 @@ auto-deploy:
services: services:
- docker:dind - docker:dind
script: script:
- curl --user admin:$JENKINS_PWD http://38.47.180.165:8080/job/auto-deploy-jaecoo-bandung/build?token=autodeployjaecoo - curl --user admin:$JENKINS_PWD http://38.47.185.86:8080/job/auto-deploy-jaecoo-bandung/build?token=autodeployjaecoo

1875
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,8 +39,8 @@
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"lightningcss": "^1.21.0", "lightningcss": "^1.21.0",
"lucide-react": "^0.525.0", "lucide-react": "^0.525.0",
"next": "15.3.5", "next": "^16.1.1",
"react": "^19.0.0", "react": "^19.2.3",
"react-apexcharts": "^1.7.0", "react-apexcharts": "^1.7.0",
"react-datepicker": "^8.4.0", "react-datepicker": "^8.4.0",
"react-day-picker": "^9.8.0", "react-day-picker": "^9.8.0",