build: 支持构建并上传网页到景安虚机。xN
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ivan Li 2023-02-28 22:31:51 +08:00
parent 9a3297e1c7
commit 7ad3729ae0

View File

@ -191,7 +191,7 @@ steps:
image: docker:dind image: docker:dind
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run/docker.sock
commands: commands:
- ls /var/run - ls /var/run
- stat /var/run/docker.sock - stat /var/run/docker.sock
@ -243,7 +243,7 @@ services:
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run/docker.sock
volumes: volumes:
- name: dockersock - name: dockersock