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
|
||||
registry: registry.cn-shanghai.aliyuncs.com
|
||||
insecure: true
|
||||
username: 534592533@qq.com
|
||||
password: Gong921123..
|
||||
username:
|
||||
from_secret: aliyun_acr_username
|
||||
password:
|
||||
from_secret: aliyun_acr_password
|
||||
dockerfile: docker/Dockerfile
|
||||
tags: ${DRONE_TAG}
|
||||
commands:
|
||||
- echo "======================================"
|
||||
- echo $USERNAME
|
||||
- echo $PASSWORD
|
||||
- echo "======================================"
|
||||
|
||||
- name: deploy-pull-project
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in New Issue