Skip to content

Commit 347aebe

Browse files
committed
feat: change env
1 parent 38f61ec commit 347aebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VITE_BASE_URL=https://mlm-backend-delta.vercel.app
2-
# VITE_BASE_URL=http://localhost:3000
1+
# VITE_BASE_URL=https://mlm-backend-delta.vercel.app
2+
VITE_BASE_URL=http://127.0.0.1:53324

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
context: .
2222
push: true
23-
tags: mhmmdsyahputra/notes-app:latest
23+
tags: mhmmdsyahputra/notes-app:1.0.1

k8s/kubernetes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: notes-app
18-
image: mhmmdsyahputra/notes-app:latest
18+
image: mhmmdsyahputra/notes-app:1.0.1
1919
---
2020
apiVersion: v1
2121
kind: Service

0 commit comments

Comments
 (0)