We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f61ec commit 347aebeCopy full SHA for 347aebe
.env
@@ -1,2 +1,2 @@
1
-VITE_BASE_URL=https://mlm-backend-delta.vercel.app
2
-# VITE_BASE_URL=http://localhost:3000
+# VITE_BASE_URL=https://mlm-backend-delta.vercel.app
+VITE_BASE_URL=http://127.0.0.1:53324
.github/workflows/docker-image.yml
@@ -20,4 +20,4 @@ jobs:
20
with:
21
context: .
22
push: true
23
- tags: mhmmdsyahputra/notes-app:latest
+ tags: mhmmdsyahputra/notes-app:1.0.1
k8s/kubernetes.yml
@@ -15,7 +15,7 @@ spec:
15
spec:
16
containers:
17
- name: notes-app
18
- image: mhmmdsyahputra/notes-app:latest
+ image: mhmmdsyahputra/notes-app:1.0.1
19
---
apiVersion: v1
kind: Service
0 commit comments