Replicated pipeline fix
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -41,6 +41,12 @@ clone:
|
|||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: git ssl fix
|
||||||
|
image: drone/git
|
||||||
|
commands:
|
||||||
|
# Disable SSL verification for self-signed Gitea cert
|
||||||
|
- git config --global http.sslVerify false
|
||||||
|
|
||||||
- name: dotnet publish
|
- name: dotnet publish
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
commands:
|
||||||
@@ -73,6 +79,12 @@ clone:
|
|||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: git ssl fix
|
||||||
|
image: drone/git
|
||||||
|
commands:
|
||||||
|
# Disable SSL verification for self-signed Gitea cert
|
||||||
|
- git config --global http.sslVerify false
|
||||||
|
|
||||||
- name: deploy via SSH
|
- name: deploy via SSH
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user