From 7b5078a4efa39a95be632cea9f00b2bbb7b3b837 Mon Sep 17 00:00:00 2001 From: damienmwene <146186797+damienmwene@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:42:55 +0100 Subject: [PATCH] Updated deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 403b6f5..2e0cd0d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: env: AWS_REGION: us-east-1 # Set your preferred AWS region - AWS_PROFILE: wp-migration # Set the profile name for Terraform to use + #AWS_PROFILE: wp-migration # Set the profile name for Terraform to use steps: # Step 1: Checkout the code