Skip to content

Merge branch 'main' of https://github.com/KharagEdition/tibetan-chatb… #2

Merge branch 'main' of https://github.com/KharagEdition/tibetan-chatb…

Merge branch 'main' of https://github.com/KharagEdition/tibetan-chatb… #2

Workflow file for this run

name: ChatBot deployment
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to production
uses: johnbeynon/render-deploy-action@v0.0.8
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}
wait-for-success: true