Skip to content

Commit

Permalink
Adding build services from hash (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltonrossbjss committed Feb 13, 2024
1 parent 8495ccb commit 01f08a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_hash.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build hash and deploy to S3
run-name: "${{ github.actor }} - ${{ github.ref_name }} - ${{ github.run_id }} 🚀"

on:
workflow_dispatch:
push:
branches:
- 'feature/*'

jobs:
Build:
uses: dvsa/cvs-github-actions/.github/workflows/build-node-hash.yaml@develop
secrets:
CVS_MGMT_AWS_ROLE: ${{ secrets.CVS_MGMT_AWS_ROLE }}
DVSA_AWS_REGION: ${{ secrets.DVSA_AWS_REGION }}

0 comments on commit 01f08a2

Please sign in to comment.