tesses-backup/.woodpecker/.deploy.yaml

12 lines
271 B
YAML
Raw Normal View History

2024-07-23 03:49:40 +00:00
steps:
- name: deploy
image: mcr.microsoft.com/dotnet/sdk:8.0
when:
event: tag
branch: master
commands:
- apt update -y
2024-07-23 04:22:25 +00:00
- apt install -y make zip tar python
2024-07-23 03:49:40 +00:00
- bash publish.sh
volumes:
- /mnt/20TB/Artifacts:/deploy_dir