Skip to content

Commit

Permalink
add ai-vakilyar & chat with db for Asia insurance pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-moha committed Jun 9, 2024
1 parent adc4ac0 commit 551f92b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/liara.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Asia-Insurance-CD-Liara

on:
push:
branches:
- asia-excel
- vakilyar_chat
jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install Liara CLI
run: npm i -g @liara/cli@6

- name: Deploy
env:
LIARA_TOKEN: ${{ secrets.LIARA_API_TOKEN }}
run: |
if [ ${{ github.ref }} == 'refs/heads/asia-excel' ]; then
liara deploy --app="asia-insight" --api-token="$LIARA_TOKEN" --no-app-logs
fi
if [ ${{ github.ref }} == 'refs/heads/vakilyar_chat' ]; then
liara deploy --app="chat-vakilyar" --api-token="$LIARA_TOKEN" --no-app-logs
fi
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ yarn-error.log*
.vercel
.vscode
.env*.local
.env*

0 comments on commit 551f92b

Please sign in to comment.