From d2a017d493e815028391cea1b2862b6737e06c14 Mon Sep 17 00:00:00 2001 From: Mitch J Date: Thu, 2 May 2024 21:11:22 -0400 Subject: [PATCH] update github action for deployment --- .github/workflows/{ci_id.yml => build_and_deploy.yml} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{ci_id.yml => build_and_deploy.yml} (96%) diff --git a/.github/workflows/ci_id.yml b/.github/workflows/build_and_deploy.yml similarity index 96% rename from .github/workflows/ci_id.yml rename to .github/workflows/build_and_deploy.yml index e2984dc..da6c8dd 100644 --- a/.github/workflows/ci_id.yml +++ b/.github/workflows/build_and_deploy.yml @@ -1,6 +1,4 @@ -# This is a basic workflow to help you get started with Actions - -name: CI/CD +name: Build and Deploy # Controls when the action will run. on: @@ -31,7 +29,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 - name: Determine Build Requirement