Adding v2 on demand deploy job
This commit is contained in:
11
.github/workflows/deploy-on-demand-v2.yml
vendored
Normal file
11
.github/workflows/deploy-on-demand-v2.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: OTA Admin Portal v2 Deploy - On Demand
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
environment:
|
||||
description: "Environment"
|
||||
required: true
|
||||
type: choice
|
||||
options:
|
||||
- dev
|
||||
Reference in New Issue
Block a user