From b74cb6a95e838873d8923a76ce3c2e2e9b1f58bb Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 20 Mar 2022 13:26:26 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22249fde..a6bffdf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,10 @@ variables: pages: before_script: - - apk add --update --no-cache openssh + - apk add --update --no-cache openssh sshpass script: - hugo + - sshpass -p "$scp_password" scp public $scp_path artifacts: paths: - public