Update .woodpecker.yml

This commit is contained in:
2026-01-02 21:50:12 +01:00
parent cfbaaf85ac
commit b87b574b7d

View File

@@ -1,10 +1,19 @@
# .woodpecker.yml deploy via SSH (bez volumes i bez Trusted) # .woodpecker.yml deploy via SSH (bez volumes i bez Trusted)
skip_clone: true
when: when:
event: [push, tag, manual] event: [push, tag, manual]
branch: [master] branch: [master]
steps: steps:
clone-manual:
image: woodpeckerci/plugin-git
settings:
remote: http://gitea:3000/FA/FA_WEB.git
branch: master
depth: 1
restore: restore:
image: mcr.microsoft.com/dotnet/sdk:latest image: mcr.microsoft.com/dotnet/sdk:latest
commands: commands: