From 7c1dd2e8deb92ca471b8d914e73a8eb9046cd1ce Mon Sep 17 00:00:00 2001 From: Rances Acosta <72226427+rancesking@users.noreply.github.com> Date: Sat, 14 May 2022 11:36:34 -0400 Subject: [PATCH] Update CD Pipeline with a deploy option. --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 4c8074ea..62f53c9e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -14,7 +14,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + Deploy: # The type of runner that the job will run on runs-on: ubuntu-latest