refactor: change configruation to yml
This commit is contained in:
3
internal/watcher/testdata/config.yml
vendored
Normal file
3
internal/watcher/testdata/config.yml
vendored
Normal 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"
|
||||
2
internal/watcher/testdata/test-script.sh
vendored
Normal file
2
internal/watcher/testdata/test-script.sh
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo "deploy script has been called"
|
||||
Reference in New Issue
Block a user