Update CD Pipeline with a deploy option.
This commit is contained in:
parent
f2ccf398e4
commit
7c1dd2e8de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CD.yml
vendored
2
.github/workflows/CD.yml
vendored
|
@ -14,7 +14,7 @@ on:
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
build:
|
Deploy:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue