elburb.dn42/.drone.yml
Simon Marsh acf94dcba5
All checks were successful
continuous-integration/drone/push Build is passing
holding page
2024-09-19 11:39:16 +01:00

28 lines
475 B
YAML

---
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