Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

only use fargate

only use fargate #32

Workflow file for this run

name: build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build