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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
branches: [ main ]
|
||||||
- ${{ inputs.trigger_path }}
|
|
||||||
branches: [ prod ]
|
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
docker_compose_path:
|
docker_compose_path:
|
||||||
@@ -19,9 +17,6 @@ inputs:
|
|||||||
description: 'Remote user (e.g. ubuntu)'
|
description: 'Remote user (e.g. ubuntu)'
|
||||||
required: false
|
required: false
|
||||||
default: 'linly'
|
default: 'linly'
|
||||||
trigger_path:
|
|
||||||
description: 'The path pattern that will trigger teh action'
|
|
||||||
required: true
|
|
||||||
deployment_path:
|
deployment_path:
|
||||||
description: 'the path where the docker-compose file will be copied to'
|
description: 'the path where the docker-compose file will be copied to'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user