diff options
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..7e3678d --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + neocities: + image: ruby:latest + branches: main + commands: + - gem install neocities + - neocities push . |