Update CD Pipeline with a deploy option.

This commit is contained in:
Rances Acosta 2022-05-14 11:36:34 -04:00 committed by GitHub
parent f2ccf398e4
commit 7c1dd2e8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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