Skip to content

Commit

Permalink
add salamat negar deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-moha committed Jun 9, 2024
1 parent 0f522e4 commit 45cb318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/liara.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- asia
- salamtnegar
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -24,3 +25,6 @@ jobs:
if [ ${{ github.ref }} == 'refs/heads/asia' ]; then
liara deploy --app="bimeh-asia" --api-token="$LIARA_TOKEN" --no-app-logs
fi
if [ ${{ github.ref }} == 'refs/heads/salamtnegar' ]; then
liara deploy --app="salamtnegar" --api-token="$LIARA_TOKEN" --no-app-logs
fi

0 comments on commit 45cb318

Please sign in to comment.