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

This commit is contained in:
Ivan Li 2023-02-28 22:25:59 +08:00
parent abb37dbcac
commit 9a3297e1c7

View File

@ -193,6 +193,8 @@ steps:
- name: dockersock
path: /var/run
commands:
- ls /var/run
- stat /var/run/docker.sock
- docker build -t docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-upload:${DRONE_COMMIT_SHA:0:8} .
- docker run --rm -t -e FTP_ACCOUNT=${FTP_ACCOUNT} -e FTP_PASSWORD=${FTP_PASSWORD} -e FTP_HOST=${FTP_HOST} docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-upload:${DRONE_COMMIT_SHA:0:8}
environment:
@ -245,4 +247,5 @@ services:
volumes:
- name: dockersock
temp: {}
host:
path: /var/run/docker.sock