DRONE
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Elias Jansson
2025-06-03 23:12:15 +02:00
parent c4efcc249b
commit acbb72de3f

View File

@@ -3,12 +3,11 @@ type: docker
name: default name: default
steps: steps:
- name: build-dotnet - name: build-dotnet
image: alpine image: alpine
commands: commands:
- echo "Docker build will handle dotnet publish" - echo "Docker build will handle dotnet publish"
- name: build-docker - name: build-docker
image: plugins/docker image: plugins/docker
settings: settings:
@@ -24,7 +23,7 @@ steps:
- latest - latest
insecure: true insecure: true
- name: restart-unraid-container - name: restart-unraid-container
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: 192.168.1.108 host: 192.168.1.108