From b204f0919f39c2c62aa95bd048c3696de49efbb3 Mon Sep 17 00:00:00 2001 From: Spengreb Date: Fri, 15 Jan 2021 21:58:22 +0100 Subject: [PATCH] Fix ci/cd --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f89726e..2c68f58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ deploy: - chmod 700 $HOME/.ssh/id_rsa - ssh-keyscan wozard-assets.vereto.net >> $HOME/.ssh/known_hosts - chmod 644 $HOME/.ssh/known_hosts - - scp -r output/* deploy@wozard-assets.vereto.net:/home/deploy/wozard-assets.vereto.net/card/front/ + - scp -r output/* deploy@wozard-assets.vereto.net:/home/deploy/wozard-assets.vereto.net/cards/front/ dependencies: - generate only: