Update .drone.yml

This commit is contained in:
Florian Kaiser 2022-03-10 08:27:14 +01:00 committed by GitHub
parent b73ed76a0c
commit becf40ee77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,4 +44,5 @@ steps:
from_secret: ssh_user
PLUGIN_PASSWORD:
from_secret: ssh_password
PLUGIN_SCRIPT: docker run -d --net ${NET} --ip ${IP} --hostname ${NAME} --restart unless-stopped ${REPO}
script:
docker run -d --net ${NET} --ip ${IP} --hostname ${NAME} --restart unless-stopped ${REPO}