tesses-backup/.woodpecker/.deploy.yaml

13 lines
307 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
- apt install -y make zip tar
- dotnet workload install wasm-tools
- bash publish.sh
volumes:
- /mnt/20TB/Artifacts:/deploy_dir