feat: remove trigger path

This commit is contained in:
2025-09-11 15:46:16 +03:00
parent cd7020169d
commit 5606d5717d
2 changed files with 1 additions and 6 deletions

BIN
.action.yml.swp Normal file

Binary file not shown.

View File

@@ -2,9 +2,7 @@ name: Deploy Docker Compose via SSH
on:
push:
paths:
- ${{ inputs.trigger_path }}
branches: [ prod ]
branches: [ main ]
inputs:
docker_compose_path:
@@ -19,9 +17,6 @@ inputs:
description: 'Remote user (e.g. ubuntu)'
required: false
default: 'linly'
trigger_path:
description: 'The path pattern that will trigger teh action'
required: true
deployment_path:
description: 'the path where the docker-compose file will be copied to'
required: true