diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 129c44f697e10535a17d13116d6967f5fec47259..abeab48565b02114889d98b7efa336863a71f81a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ deploy: dependencies: - docs script: - - rsync -r -e "ssh -p 2281" $CI_PROJECT_DIR/public/ ui@ui.funkwhale.audio:/htdocs/$ + - rsync -r -e "ssh -p 2281" $CI_PROJECT_DIR/public/ ui@ui.funkwhale.audio:/htdocs/ # TODO uncomment before merge #only: # - main@funkwhale/vui