Skip to content

Commit

Permalink
Merge branch 'main' into asia
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-moha committed Jun 9, 2024
2 parents fe46798 + 0f522e4 commit a654c1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/liara.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Asia-Insurance-CD-Liara
on:
push:
branches:
- main
- asia
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: '20'

- name: Install Liara CLI
run: npm i -g @liara/cli@6
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ yarn-error.log*
.env
.vercel
.vscode
<<<<<<< HEAD
=======
.env*
>>>>>>> main

0 comments on commit a654c1b

Please sign in to comment.