diff --git a/.gitignore b/.gitignore index b9f8d23..9e943ce 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ yarn-error.log* *.tsbuildinfo next-env.d.ts -.env \ No newline at end of file +.env + +deploy.sh diff --git a/README.md b/README.md index dbcb8ac..8654a8e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,3 @@ First, run the development server: pnpm i pnpm dev ``` - -gcloud builds submit --tag gcr.io/hacked-2024-410423/nextjs --project hacked-2024-410423 - -gcloud run deploy --image gcr.io/hacked-2024-410423/nextjs --project hacked-2024-410423 --platform managed --allow-unauthenticated \ No newline at end of file