diff --git a/.action.yml.swp b/.action.yml.swp new file mode 100644 index 0000000..ceb45ce Binary files /dev/null and b/.action.yml.swp differ diff --git a/action.yml b/action.yml index 208e865..c84a165 100644 --- a/action.yml +++ b/action.yml @@ -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