From 5ce8bfcc4c30bcd8b5770760a8c114dabc910074 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 28 Apr 2020 16:24:16 +0100 Subject: [PATCH] . --- .drone-do.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone-do.star b/.drone-do.star index 92c7cfa..f9cdff0 100644 --- a/.drone-do.star +++ b/.drone-do.star @@ -42,7 +42,7 @@ def main(ctx): "letsencrypt-nginx", "do", ), - scp("~/stack-deploy"), + scp("/root/stack-deploy"), pull([ "letsencrypt-do", "drone-starlark", @@ -51,7 +51,7 @@ def main(ctx): deploy( "docker-compose-do.yml", "gitea", - "~/stack-deploy", + "/root/stack-deploy", publicSecrets + secretSecrets, ), ],