Skip to content

Setup for AWS done

Setup for AWS done #8

Workflow file for this run

name: Deploy Frontend
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build -t akm47/docker-react -f Dockerfile.dev .
- run: docker run -e CI=true akm47/docker-react npm test