update
This commit is contained in:
parent
ef451c45d5
commit
1b6ab09ff1
|
|
@ -7,9 +7,10 @@ build-dev:
|
|||
when: on_success
|
||||
only:
|
||||
- main
|
||||
image: docker:stable
|
||||
image:
|
||||
name: docker:25.0.3-cli
|
||||
services:
|
||||
- name: docker:dind
|
||||
- name: docker:25.0.3-dind
|
||||
command: ["--insecure-registry=38.47.185.86:8900"]
|
||||
script:
|
||||
- docker logout
|
||||
|
|
@ -26,4 +27,4 @@ auto-deploy:
|
|||
services:
|
||||
- docker:dind
|
||||
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
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -39,8 +39,8 @@
|
|||
"js-cookie": "^3.0.5",
|
||||
"lightningcss": "^1.21.0",
|
||||
"lucide-react": "^0.525.0",
|
||||
"next": "15.3.5",
|
||||
"react": "^19.0.0",
|
||||
"next": "^16.1.1",
|
||||
"react": "^19.2.3",
|
||||
"react-apexcharts": "^1.7.0",
|
||||
"react-datepicker": "^8.4.0",
|
||||
"react-day-picker": "^9.8.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue