1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

DEVOPS-1683 ADD: environment variables to deploy-non-prod-web workflow

This commit is contained in:
Alex Urbina
2023-11-30 19:55:04 -06:00
parent 0f3f0e839e
commit 17e2adfcc2

View File

@@ -205,6 +205,10 @@ jobs:
- artifact-check
runs-on: ubuntu-22.04
env:
_ENVIRONMENT: ${{ needs.setup.outputs.environment }}
_ENVIRONMENT_URL: ${{ needs.setup.outputs.environment-url }}
_ENVIRONMENT_NAME: ${{ needs.setup.outputs.environment-name }}
_ENVIRONMENT_BRANCH: ${{ needs.setup.outputs.environment-branch }}
_ENVIRONMENT_ARTIFACT: ${{ needs.setup.outputs.environment-artifact }}
steps:
- name: Create GitHub deployment