Skip to content

Commit

Permalink
ci: set main branch to liara production
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 30, 2024
1 parent ec9741f commit 00f1f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: pnpm
- name: Update Stage
if: github.ref == 'refs/heads/dev'
- name: Update Production
if: github.ref == 'refs/heads/main'
env:
LIARA_TOKEN: ${{ secrets.LIARA_API_TOKEN }}
run: |
Expand Down

0 comments on commit 00f1f75

Please sign in to comment.