fix: fmt
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
feecd4b2ab
commit
60cdc9e5ac
11
.drone.yml
11
.drone.yml
|
|
@ -22,10 +22,17 @@ steps:
|
||||||
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
|
||||||
insecure: true
|
insecure: true
|
||||||
username: 534592533@qq.com
|
username:
|
||||||
password: Gong921123..
|
from_secret: aliyun_acr_username
|
||||||
|
password:
|
||||||
|
from_secret: aliyun_acr_password
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
tags: ${DRONE_TAG}
|
tags: ${DRONE_TAG}
|
||||||
|
commands:
|
||||||
|
- echo "======================================"
|
||||||
|
- echo $USERNAME
|
||||||
|
- echo $PASSWORD
|
||||||
|
- echo "======================================"
|
||||||
|
|
||||||
- name: deploy-pull-project
|
- name: deploy-pull-project
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue