Initial website commit
This commit is contained in:
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
when:
|
||||
branch: main
|
||||
event: push
|
||||
|
||||
steps:
|
||||
deploy:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Deploying to /webroot..."
|
||||
- apk add --no-cache rsync
|
||||
- rsync -av --delete --exclude='.git' --exclude='.woodpecker.yml' ./ /webroot/
|
||||
- echo "Deploy complete"
|
||||
Reference in New Issue
Block a user