Skip to content

[Finishes #187355064] Users should be able to chat #237

[Finishes #187355064] Users should be able to chat

[Finishes #187355064] Users should be able to chat #237

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"