Skip to content

Commit

Permalink
Merge pull request #1823 from govuk-one-login/AUT-2930
Browse files Browse the repository at this point in the history
AUT-2930 - Create initial template to deploy frontend
  • Loading branch information
monhaque authored Jul 12, 2024
2 parents bbb86ce + aa2c687 commit c9cc01d
Show file tree
Hide file tree
Showing 3 changed files with 918 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-frontend-sp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy frontend (with SAM Deploy Pipeline)
on:
push:
branches:
- secure-pipeline-action
- AUT-2930
workflow_dispatch:

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and push basic-auth-sidecar image
uses: govuk-one-login/devplatform-upload-action-ecr@PSREDEV-1167
uses: govuk-one-login/devplatform-upload-action-ecr@v1.3.0
with:
role-to-assume-arn: ${{ secrets.GH_ACTIONS_ROLE_ARN }}
container-sign-kms-key-arn: ${{ secrets.CONTAINER_SIGN_KMS_KEY_ARN }}
Expand All @@ -29,7 +29,7 @@ jobs:
checkout-repo: false

- name: Build, push and deploy frontend
uses: govuk-one-login/devplatform-upload-action-ecr@PSREDEV-1167
uses: govuk-one-login/devplatform-upload-action-ecr@v1.3.0
with:
role-to-assume-arn: ${{ secrets.GH_ACTIONS_ROLE_ARN }}
container-sign-kms-key-arn: ${{ secrets.CONTAINER_SIGN_KMS_KEY_ARN }}
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ repos:
name: Run prettier
language: node
types: [text]
stages: [commit]
entry: yarn run prettier --write --ignore-unknown
pass_filenames: true
Loading

0 comments on commit c9cc01d

Please sign in to comment.