Skip to content

Merge pull request #198 from bkd-mba-fbi/bug/excel-import-test-sticky #194

Merge pull request #198 from bkd-mba-fbi/bug/excel-import-test-sticky

Merge pull request #198 from bkd-mba-fbi/bug/excel-import-test-sticky #194

Workflow file for this run

name: Build evtapp.netlify.app
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Read .nvmrc
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
id: nvm
- name: Use Node.js ${{ steps.nvm.outputs.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: ${{ steps.nvm.outputs.NODE_VERSION }}
cache: "npm"
- name: Install dependencies 🔧
run: npm ci
- name: Build 🏭
run: |
npm run build
sed -i "s/example/schoolWeb/" dist/settings.example.js
sed -i "s/eventotest.api/eventoapp-test.apps.be.ch/" dist/settings.example.js
mv dist/settings.example.js dist/settings.js
sleep 60
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
target-folder: test