1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Add EU Prod environment to Web build (#5620)

This commit is contained in:
Vince Grassia
2023-06-15 12:54:39 -04:00
committed by GitHub
parent 44f74483d9
commit bec51c95f9
5 changed files with 27 additions and 16 deletions

View File

@@ -80,12 +80,10 @@ jobs:
npm_command: "dist:bit:selfhost"
- name: "cloud-QA"
npm_command: "build:bit:qa"
- name: "cloud-POC2"
npm_command: "build:bit:poc"
- name: "ee"
npm_command: "build:bit:ee"
- name: "cloud-eudevtest"
npm_command: "build:bit:eudevtest"
- name: "cloud-euprd"
npm_command: "build:bit:euprd"
steps:
- name: Checkout repo

13
.github/workflows/deploy-prod-web.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
---
name: Deploy Web - EU Prod - STUB
on:
workflow_dispatch:
jobs:
stub-job:
name: Stub Job
runs-on: ubuntu-22.04
steps:
- name: Stub Step
run: exit 0