Skip to content

Commit

Permalink
fix: deploy page
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavvvvv committed Nov 15, 2024
1 parent 7c305ed commit 5c2bee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/deploy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ export default function DeploymentForm() {
project_name: formData.project_name,
port: formData.port,
env_vars: filteredEnvVars
}
, {
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'
},
timeout: 300000, // 5 minutes timeout
});

setDeployedUrl(response.data.url);
Expand Down

0 comments on commit 5c2bee8

Please sign in to comment.