parent
40f446c582
commit
48c9779878
10
.drone.yml
10
.drone.yml
|
|
@ -16,12 +16,6 @@ steps:
|
||||||
- build
|
- build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
|
||||||
- ls -a
|
|
||||||
- echo "=================un====================="
|
|
||||||
- echo $USERNAME
|
|
||||||
- echo $PASSWORD
|
|
||||||
- echo "======================================"
|
|
||||||
settings:
|
settings:
|
||||||
repo: registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74
|
repo: registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74
|
||||||
registry: registry.cn-shanghai.aliyuncs.com
|
registry: registry.cn-shanghai.aliyuncs.com
|
||||||
|
|
@ -58,8 +52,8 @@ steps:
|
||||||
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
# branch:
|
# branch:
|
||||||
# - develop
|
# - develop
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
# - push
|
# - push
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue