1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 09:03:32 +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