Update Woodpecker config

This commit is contained in:
lostinlight 2022-01-19 20:49:35 +03:00
parent 05b7f8a00a
commit 5fc45c6dee

View file

@ -14,9 +14,10 @@ pipeline:
# This only copies non-hidden files; those whose names start with period WOULD NOT be copied # This only copies non-hidden files; those whose names start with period WOULD NOT be copied
- mv public/* . - mv public/* .
- rm -rf public - rm -rf public
branches: [main]
when: when:
event: [push] branch:
include: [ main ]
event: [push, deployment]
publish: publish:
image: alpine image: alpine