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