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: