Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Add CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 17, 2023
1 parent fd63c9a commit 7f598f3
Show file tree
Hide file tree
Showing 15 changed files with 550 additions and 791 deletions.
10 changes: 5 additions & 5 deletions .github/actions/build-ssweb/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Build VOL API Artifact
Action to build VOL API artifact
# Build SelfServe Web Artifact
Action to buildSelfServe Web artifact

#### Prerequisites
Git checkout

#### Context
This action allows the workflow to build VOL API artifact
This action allows the workflow to build SelfServe Web artifact

#### Outputs
VOL_API_Artifact

#### Usage
#### Usage
```yaml
- name: Build VOL API artifact
uses: dvsa/olcs-backend/.github/actions/build-vol-api@main
uses: dvsa/olcs-backend/.github/actions/build-ssweb@main
```
4 changes: 2 additions & 2 deletions .github/actions/build-ssweb/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: Build VOL SSWEB FE

runs:
using: 'composite'
steps:
steps:
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ inputs.terraform_version }}
terraform_version: ${{ inputs.terraform_version }}
terraform_wrapper: false

# Create s3 bucket in vol-non-prod tooling & vol-prod tooling to get the composer
Expand Down
17 changes: 0 additions & 17 deletions .github/actions/image-integrity/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions .github/actions/image-integrity/action.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/docker-hadolint.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/image-sign-validation.yaml

This file was deleted.

Loading

0 comments on commit 7f598f3

Please sign in to comment.