Skip to content

start adding github actions script, update front #1

start adding github actions script, update front

start adding github actions script, update front #1

Workflow file for this run

run-name: Deploy CRC AWS Site
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v1