1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Add tag input to Deploy Web EU-PRD workflow (#5658)

This commit is contained in:
Vince Grassia
2023-06-22 16:36:21 -04:00
committed by GitHub
parent 4820c88335
commit 5a674d469d

View File

@@ -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