Update .drone.yml
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
周炽键 2021-06-06 12:55:39 +08:00
parent ce9a74411e
commit 0c5843db39
1 changed files with 1 additions and 3 deletions

View File

@ -47,12 +47,10 @@ steps:
- name: dockersock
path: /var/run/docker.sock
- name: frpc
path: ./frpc.ini
path: /drone/src/frpc.ini
commands:
- docker login -u $DOCKER_REG_USERNAME -p $DOCKER_REG_PASSWORD https://docker.zcj.plus
- docker-compose up -d
# - docker cp frpc.ini fe_frpc:/etc/frp/frpc.ini
# - docker restart fe_frpc
volumes: