|
@@ -10,7 +10,7 @@ steps:
|
|
|
image: alpine/git
|
|
|
commands:
|
|
|
- git clone -b master http://192.168.1.8:3000/baishaojie/tmrwatch.git
|
|
|
- - cp -R tmrgo/* ./
|
|
|
+ - cp -R tmrwatch/* ./
|
|
|
- name: build
|
|
|
image: plugins/docker:20.14.2
|
|
|
volumes:
|
|
@@ -21,7 +21,7 @@ steps:
|
|
|
- name: docker-sock
|
|
|
path: /var/run/docker.sock
|
|
|
settings:
|
|
|
- dockerfile: /drone/src/tmrgo/Dockerfile
|
|
|
+ dockerfile: /drone/src/tmrwatch/Dockerfile
|
|
|
username:
|
|
|
from_secret: aliyun_name
|
|
|
password:
|