From f46b5bf64c1c17de233797eda0fdd75924f4527d Mon Sep 17 00:00:00 2001 From: Thomas Nguyen Date: Mon, 11 Sep 2023 16:08:59 -0700 Subject: [PATCH] Adding v2 on demand deploy job --- .github/workflows/deploy-on-demand-v2.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/deploy-on-demand-v2.yml diff --git a/.github/workflows/deploy-on-demand-v2.yml b/.github/workflows/deploy-on-demand-v2.yml new file mode 100644 index 0000000..0fc3c93 --- /dev/null +++ b/.github/workflows/deploy-on-demand-v2.yml @@ -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