Skip to content

Merge pull request #91 from frontChapter/feat-add-sponser #54

Merge pull request #91 from frontChapter/feat-add-sponser

Merge pull request #91 from frontChapter/feat-add-sponser #54

Workflow file for this run

name: Deploy to Liara
on:
push:
branches:
- main
- dev
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: deploy-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: pnpm
- name: Update Production
if: github.ref == 'refs/heads/main'
env:
LIARA_TOKEN: ${{ secrets.LIARA_API_TOKEN }}
run: |
pnpm add -g @liara/cli@5
liara deploy --app="fc-next" --api-token="$LIARA_TOKEN" --no-app-logs