diff --git a/.drone.yml b/.drone.yml index 4521023..f298f6d 100755 --- a/.drone.yml +++ b/.drone.yml @@ -17,23 +17,23 @@ steps: # 定义管道的执行步骤 commands: # 当前步骤执行的命令 - composer -v - ls -a -# - cd hyperf -# - composer install -v -# - ls -a + - cd hyperf + - composer install -v + - ls -a - name: deploy-push-images image: plugins/docker commands: - ls -a -# settings: -# repo: gong921123/hyperf # 推送到dockerhub仓库去 -# registry: docker.io -# insecure: true # 不使用https -# username: -# from_secret: docker_username -# password: -# from_secret: docker_password -# dockerfile: hyperf/docker/Dockerfile -# tags: latest + settings: + repo: gong921123/hyperf # 推送到dockerhub仓库去 + registry: docker.io + insecure: true # 不使用https + username: + from_secret: docker_username + password: + from_secret: docker_password + dockerfile: hyperf/docker/Dockerfile + tags: latest # - name: pull_image # image: plugins/docker