diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ead2782 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,28 @@ +--- +kind: pipeline +type: docker +name: deploy + +steps: + +- name: stage + image: alpine + commands: + - tar -czf site.tar.gz -C site/ . + +- name: upload artifacts + image: git.burble.dn42/burble.dn42/drone-gitea-pkg-plugin:latest + settings: + token: + from_secret: TOKEN + version: latest + artifact: site.tar.gz + package: elburb.dn42 + owner: burble.dn42 + +--- +kind: secret +name: TOKEN +get: + path: burble.dn42/kv/data/drone/git.burble.dn42 + name: artifact-token \ No newline at end of file diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..48d3fe4 --- /dev/null +++ b/site/index.html @@ -0,0 +1,76 @@ + + +
+ + + +