mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Add tag input to Deploy Web EU-PRD workflow (#5658)
This commit is contained in:
parent
4820c88335
commit
5a674d469d
10
.github/workflows/deploy-eu-prod-web.yml
vendored
10
.github/workflows/deploy-eu-prod-web.yml
vendored
@ -1,8 +1,14 @@
|
||||
---
|
||||
name: Deploy Web - EU Prod
|
||||
name: Deploy Web to EU-PRD Cloud
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: "Branch name to deploy (examples: 'master', 'feature/sm')"
|
||||
required: true
|
||||
type: string
|
||||
default: master
|
||||
|
||||
jobs:
|
||||
azure-deploy:
|
||||
@ -29,7 +35,7 @@ jobs:
|
||||
workflow: build-web.yml
|
||||
path: apps/web
|
||||
workflow_conclusion: success
|
||||
branch: ${{ github.ref_name }}
|
||||
branch: ${{ github.event.inputs.tag }}
|
||||
artifacts: ${{ env._WEB_ARTIFACT }}
|
||||
|
||||
- name: Unzip build asset
|
||||
|
Loading…
Reference in New Issue
Block a user