forked from bcgov/namerequest
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (29 loc) · 713 Bytes
/
cd.yml
File metadata and controls
32 lines (29 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: NAMEREQUEST UI CD
on:
push:
branches:
- main
paths:
- 'app/**'
workflow_dispatch:
inputs:
environment:
description: 'Environment'
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
namerequest-ui-cd:
uses: bcgov/bcregistry-sre/.github/workflows/frontend-cd.yaml@main
with:
target: ${{ inputs.environment }}
node_version: '20.5.1'
app_name: 'namerequest'
working_directory: 'app'
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}