Skip to content

Commit e2b828d

Browse files
Adding build services from hash (#18)
1 parent 7f65412 commit e2b828d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build_hash.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build hash and deploy to S3
2+
run-name: "${{ github.actor }} - ${{ github.ref_name }} - ${{ github.run_id }} 🚀"
3+
4+
on:
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- 'feature/*'
9+
10+
jobs:
11+
Build:
12+
uses: dvsa/cvs-github-actions/.github/workflows/build-node-hash.yaml@develop
13+
secrets:
14+
CVS_MGMT_AWS_ROLE: ${{ secrets.CVS_MGMT_AWS_ROLE }}
15+
DVSA_AWS_REGION: ${{ secrets.DVSA_AWS_REGION }}

0 commit comments

Comments
 (0)