From 30a9faf4bff9feae28c7f4a6e8f1a4e2573f132c Mon Sep 17 00:00:00 2001 From: Arun Date: Sat, 24 Aug 2024 16:43:10 -0700 Subject: [PATCH] fix: Production environment name and address --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0e01bd5c..f1f60a37 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -110,5 +110,5 @@ jobs: id: deployment with: token: '${{ secrets.PAT_FOR_DEPLOYMENTS }}' - environment-url: https://arun.blog - environment: production + environment-url: https://www.arun.blog + environment: Production