Update .drone.yml

This commit is contained in:
Florian Kaiser
2022-03-09 09:40:38 +01:00
committed by GitHub
parent 5e42d0001e
commit 7b8ec39449

View File

@@ -44,6 +44,7 @@ steps:
from_secret: docker_username from_secret: docker_username
PLUGIN_PASSWORD: PLUGIN_PASSWORD:
from_secret: docker_password from_secret: docker_password
PLUGIN_SCRIPT: whoami
script: script:
# Deploy image as container # Deploy image as container
- docker run -d --net $NET --ip $IP --hostname $NAME --restart unless-stopped $REPO # - docker run -d --net $NET --ip $IP --hostname $NAME --restart unless-stopped $REPO