Skip to content

Refactor GitHub Actions workflows and migrate S3 deployment to AWS CLI #22

Refactor GitHub Actions workflows and migrate S3 deployment to AWS CLI

Refactor GitHub Actions workflows and migrate S3 deployment to AWS CLI #22

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- master
jobs:
build:
uses: ./.github/workflows/_build.yml
with:
RACK_ENV: stage
ENV_FILE: .env.stage
GIT_SHA: ${{ github.sha }}