1
0
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:
Vince Grassia 2023-06-22 16:36:21 -04:00 committed by GitHub
parent 4820c88335
commit 5a674d469d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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