feat: remove trigger path
This commit is contained in:
BIN
.action.yml.swp
Normal file
BIN
.action.yml.swp
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user