.drone.yml fix
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-02-21 16:27:10 +03:00
parent e0d5e1b671
commit efab31b520

View File

@@ -25,8 +25,9 @@ steps:
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run/docker.sock path: /var/run/docker.sock
- name: workspace - host:
path: /opt/app path: ./
target: /opt/app
environment: environment:
IMAGE: localhost:5000/link-shortener:latest IMAGE: localhost:5000/link-shortener:latest
SERVER_HOST: link.dusiburg.ru SERVER_HOST: link.dusiburg.ru
@@ -46,9 +47,6 @@ volumes:
- name: dockersock - name: dockersock
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: workspace
host:
path: ./
trigger: trigger:
branch: branch: