tesses-backup/.woodpecker/.deploy.yaml

12 lines
264 B
YAML

steps:
- name: deploy
image: mcr.microsoft.com/dotnet/sdk:8.0
when:
event: tag
branch: master
commands:
- apt update -y
- apt install -y make zip tar
- bash publish.sh
volumes:
- /mnt/20TB/Artifacts:/deploy_dir