Skip to content

amend(https://finervision.slack.com/archives/D0607S2FKUG/p17138729014… #192

amend(https://finervision.slack.com/archives/D0607S2FKUG/p17138729014…

amend(https://finervision.slack.com/archives/D0607S2FKUG/p17138729014… #192

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
lfs: true
persist-credentials: false
- name: Install and Build 🔧
run: |
npm ci
PUBLIC_PATH=./ npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: build
clean: true
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_DEPLOYMENTS }}