Skip to content

Fix: user role options #35

Fix: user role options

Fix: user role options #35

name: CI staging deploy
on:
push:
branches:
- development
jobs:
deploy:
name: Deploy to staging
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v3
- name: Build 🏗️
uses: ./.github/actions/build
env:
VITE_BASHAWAY_BE_URL: ${{ secrets.STAGING_BASHAWAY_BE_URL }}
VITE_AZURE_STORAGE_ACCOUNT: ${{ secrets.STAGING_AZURE_STORAGE_ACCOUNT }}
VITE_AZURE_STORAGE_CONTAINER: ${{ secrets.STAGING_AZURE_STORAGE_CONTAINER }}
VITE_APP_ENV: staging
- name: Fix base URL 🔧
run: sed -i "s/.\/assets/\/assets/" dist/index.html
- name: Fix 404 on page reload 🚧
uses: sliit-foss/actions/preview-deployments/404@main
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./dist/
branch: gh-pages
clean-exclude: preview