Skip to content

[fix] Update next to fix font issue #30

[fix] Update next to fix font issue

[fix] Update next to fix font issue #30

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Rebuild the docker image
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ vars.HOST }}
username: ${{ vars.DEPLOY_USER }}
key: ${{ secrets.KEY }}
script_stop: true
script: |
cd ${{ vars.PROJECT_ROOT }}
git pull
docker compose -f docker-compose.prod.yml up --build -d