Skip to content

[Fixes] redirection on nav bar and chat #249

[Fixes] redirection on nav bar and chat

[Fixes] redirection on nav bar and chat #249

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules, dependencies
run: npm install
- name: Build project
run: npm run build
- name: Deploy
env:
RENDER_DEPLOY_HOOK_URL: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl -X POST "$RENDER_DEPLOY_HOOK_URL"