Update .woodpecker.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user