Skip to content

Commit

Permalink
Quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
anudit committed Apr 13, 2022
1 parent e6a9d79 commit 9772bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = "~> 4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
command = "yarn build"
functions = "netlify/functions"
publish = "out"
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"
Expand Down

1 comment on commit 9772bb4

@vercel
Copy link

@vercel vercel bot commented on 9772bb4 Apr 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

convo – ./

convo-convo.vercel.app
convo-sooty.vercel.app
convo-git-main-convo.vercel.app

Please sign in to comment.