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