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