Skip to content

Commit

Permalink
Frontend ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwilding committed Oct 16, 2023
1 parent 64267e6 commit 76b80d9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup yq"
uses: dcarbone/[email protected]
- name: "Configure AWS credentials"
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
mask-aws-account-id: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -36,12 +27,6 @@ jobs:
../trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
mv dist ../dist
popd
- name: "Fetch and Place Reports from AWS S3"
run: |
parameters_json=$(yq -o=json '.' parameters.yml)
bucket_name=$(jq -r '.bucket_name' <<< $parameters_json)
mkdir -p dist/assets/reports
aws s3 sync s3://$bucket_name/reports/ dist/reports/
- name: "Deploy"
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 76b80d9

Please sign in to comment.