diff --git a/pages/deploy.tsx b/pages/deploy.tsx index 58415e0..495c1d6 100644 --- a/pages/deploy.tsx +++ b/pages/deploy.tsx @@ -25,7 +25,7 @@ export default function DeploymentForm() { }) ); - const response = await axios.post('http://35.227.177.48:8080/deploy', { + const response = await axios.post('https://35.227.177.48:8080/deploy', { git_url: formData.git_url, project_name: formData.project_name, port: formData.port, @@ -53,7 +53,7 @@ export default function DeploymentForm() {