refactor: change configruation to yml

This commit is contained in:
2024-04-29 21:50:16 +02:00
parent 727b083e52
commit 5860f81aa2
13 changed files with 63 additions and 65 deletions

3
internal/watcher/testdata/config.yml vendored Normal file
View File

@@ -0,0 +1,3 @@
script_binary_path: "/bin/bash"
webhook_script_path: "testdata/test-script.sh"
file_to_watch_path: "testdata/test_monitor.txt"

View File

@@ -0,0 +1,2 @@
#!/bin/bash
echo "deploy script has been called"