From 86c14ea59ef74141163a5ba35bebe35f7cb0ae3d Mon Sep 17 00:00:00 2001 From: an Date: Sat, 24 Feb 2018 07:32:09 +0000 Subject: [PATCH] =?UTF-8?q?'.drone.yml'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca88ad3..07af7e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,9 @@ prebuild: image: golang:1.9 environment: - - FOO: $$FOO + - FOO=$FOO commands: + - echo $FOO - IMAGE=dr.dnix.de/$DRONE_REPO_NAME - REV=$(git rev-list HEAD --count) - BUILDDATE=$(date) @@ -35,8 +36,8 @@ deploy: image: busybox environment: - - K8S_SSH_PRIVATE_KEY: ${K8S_SSH_PRIVATE_KEY} - - K8S_SSH_PUBLIC_KEY: ${K8S_SSH_PUBLIC_KEY} + - K8S_SSH_PRIVATE_KEY=${K8S_SSH_PRIVATE_KEY} + - K8S_SSH_PUBLIC_KEY=${K8S_SSH_PUBLIC_KEY} commands: - apt update - apt -y upgrade