Skip to content

Commit

Permalink
Merge pull request #90 from irvanyamirali/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
AmirAli Irvany authored Jun 19, 2024
2 parents 778b6a1 + dcd206b commit 22d3f4e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/liara.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CD-Liara
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: update-liara
env:
LIARA_TOKEN: ${{ secrets.LIARA_API_TOKEN }}
run: |
npm i -g @liara/cli@6
liara deploy --app="heroapi" --api-token="$LIARA_TOKEN" --no-app-logs

0 comments on commit 22d3f4e

Please sign in to comment.