From 39277c06e91d8f8b27f97a977cfae6f9986fbff7 Mon Sep 17 00:00:00 2001 From: "daniel.d" Date: Mon, 3 Feb 2025 10:56:32 -0600 Subject: [PATCH] test(ci): load balancer config --- .github/workflows/deploy-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-backend.yml b/.github/workflows/deploy-backend.yml index 59b9b29..6609a03 100644 --- a/.github/workflows/deploy-backend.yml +++ b/.github/workflows/deploy-backend.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code + - name: Checkout source code uses: actions/checkout@v3 - name: Install AWS CLI