Skip to content

Commit 79e11b7

Browse files
committed
Update URL to use https
1 parent 1e05772 commit 79e11b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s/production/skaffold.production.full.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
dockerfile: Dockerfile
1515
buildArgs:
1616
NODE_ENV: "production"
17-
VITE_API_URL: "https://api.chicmoz.info:80/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
17+
VITE_API_URL: "https://api.chicmoz.info/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
1818
requires:
1919
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
2020
alias: BASE

k8s/production/skaffold.production.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
dockerfile: Dockerfile
1515
buildArgs:
1616
NODE_ENV: "production"
17-
VITE_API_URL: "https://api.chicmoz.info:80/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
17+
VITE_API_URL: "https://api.chicmoz.info/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
1818
requires:
1919
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
2020
alias: BASE

0 commit comments

Comments
 (0)