diff --git a/Butane/.woodpecker.yaml b/Butane/.woodpecker/butane.yaml similarity index 71% rename from Butane/.woodpecker.yaml rename to Butane/.woodpecker/butane.yaml index cb52594..6cee60d 100644 --- a/Butane/.woodpecker.yaml +++ b/Butane/.woodpecker/butane.yaml @@ -1,3 +1,11 @@ +# butane.yaml +# +# Use a bash script to translate the Butane configs in the current directory to +# the Ignition configs, and push them to the master branch. +# +# [Butane](https://coreos.github.io/butane/) +# [Ignition](https://coreos.github.io/ignition/) + when: branch: main event: [ push, pull_request ] diff --git a/Butane/script.sh b/Butane/.woodpecker/script.sh similarity index 100% rename from Butane/script.sh rename to Butane/.woodpecker/script.sh