fix: fix syntax

This commit is contained in:
2025-09-11 16:18:28 +03:00
parent fff56c4b26
commit e97bc98153

View File

@@ -2,11 +2,7 @@ name: Deploy Docker Compose via SSH
runs:
using: composite
on:
push:
branches: [ main ]
inputs:
inputs:
docker_compose_path:
description: 'Path to deploy docker-compose.yml (e.g. /home/user/app/docker-compose.yml)'
required: false
@@ -23,12 +19,6 @@ inputs:
description: 'the path where the docker-compose file will be copied to'
required: true
default: '/home/linly/services/gitea'
jobs:
deploy:
runs-on: ubuntu-latest
env:
# These are provided via GitHub Secrets
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}