Fix Woodpecker config

This commit is contained in:
lostinlight 2022-01-19 21:07:40 +03:00
parent 5fc45c6dee
commit 801492e8c5
1 changed files with 4 additions and 4 deletions

View File

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