mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 14:43:31 +00:00
Add EU Prod environment to Web build (#5620)
This commit is contained in:
13
.github/workflows/deploy-prod-web.yml
vendored
Normal file
13
.github/workflows/deploy-prod-web.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user