forked from nebulosus/web
init: initial site
This commit is contained in:
commit
d6da14e4bb
7 changed files with 292 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
when:
|
||||
- push
|
||||
- tag
|
||||
- manual
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
repo: git.ixvd.net/${CI_REPO_OWNER}/web
|
||||
registry: git.ixvd.net
|
||||
tags: latest
|
Loading…
Add table
Add a link
Reference in a new issue