Skip to content

fix diff labels not being centered on mobile #235

fix diff labels not being centered on mobile

fix diff labels not being centered on mobile #235

name: Deploy Backend
on:
workflow_dispatch:
push:
branches:
- master
paths:
- projects/backend/**
- projects/common/**
- .gitea/workflows/deploy-backend.yml
- bun.lockb
jobs:
docker:
strategy:
matrix:
arch: ["ubuntu-latest"]
runs-on: ${{ matrix.arch }}
# Steps to run
steps:
# Checkout the repo
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
# Deploy to Dokku
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: "ssh://[email protected]:22/ssr-backend"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}