Skip to content

Update webpage authentication (#786) #63

Update webpage authentication (#786)

Update webpage authentication (#786) #63

Workflow file for this run

name: Build and Deploy Webpage
on:
push:
branches: performance-benchmark-page
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
yarn install
yarn build
env:
REACT_APP_LAMBDA_URL: ${{ secrets.REACT_APP_LAMBDA_URL }}
REACT_APP_DYNAMODB_NAME: ${{ secrets.REACT_APP_DYNAMODB_NAME }}
REACT_APP_GITHUB_REPOSITORY: ${{ secrets.REACT_APP_GITHUB_REPOSITORY }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build