Skip to content

Hall of fame release #6

Hall of fame release

Hall of fame release #6

Workflow file for this run

name: Build PR preview
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- main
concurrency:
group: preview-${{ github.ref }}
cancel-in-progress: true
jobs:
build-preview:
name: Build preview
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v3
- name: Build 🏗️
uses: ./.github/actions/build
env:
VITE_BASHAWAY_BE_URL: ${{ secrets.PRODUCTION_BASHAWAY_BE_URL }}
VITE_APP_ENV: production
- name: Upload build files 📤
uses: sliit-foss/actions/preview-deployments/postbuild@main