Update Woodpecker config

This commit is contained in:
lostinlight 2022-01-19 20:49:35 +03:00
parent 05b7f8a00a
commit 5fc45c6dee
1 changed files with 3 additions and 2 deletions

View File

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