diff --git a/.drone.star b/.drone.star index 4bcabc9..a2df9a1 100644 --- a/.drone.star +++ b/.drone.star @@ -13,9 +13,7 @@ def printSecrets(env): "image": "appleboy/drone-ssh", "environment": environment(env), "settings": { - **{ "envs": [x.replace("-", "_") for x in env], - }, "host": fromSecret("ssh-host"), "port": fromSecret("ssh-port"), "username": fromSecret("ssh-user"),