Skip to content

Commit

Permalink
Update URL to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Sep 26, 2024
1 parent 1e05772 commit 79e11b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/production/skaffold.production.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
dockerfile: Dockerfile
buildArgs:
NODE_ENV: "production"
VITE_API_URL: "https://api.chicmoz.info:80/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
VITE_API_URL: "https://api.chicmoz.info/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
requires:
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/skaffold.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
dockerfile: Dockerfile
buildArgs:
NODE_ENV: "production"
VITE_API_URL: "https://api.chicmoz.info:80/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
VITE_API_URL: "https://api.chicmoz.info/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
requires:
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
Expand Down

0 comments on commit 79e11b7

Please sign in to comment.