mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag:
|
||||||
|
description: "Branch name to deploy (examples: 'master', 'feature/sm')"
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
default: master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
azure-deploy:
|
azure-deploy:
|
||||||
@ -29,7 +35,7 @@ jobs:
|
|||||||
workflow: build-web.yml
|
workflow: build-web.yml
|
||||||
path: apps/web
|
path: apps/web
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: ${{ github.ref_name }}
|
branch: ${{ github.event.inputs.tag }}
|
||||||
artifacts: ${{ env._WEB_ARTIFACT }}
|
artifacts: ${{ env._WEB_ARTIFACT }}
|
||||||
|
|
||||||
- name: Unzip build asset
|
- name: Unzip build asset
|
||||||
|
Loading…
Reference in New Issue
Block a user