From 91502911c163382075e7f46af35984f0fcc43144 Mon Sep 17 00:00:00 2001 From: ashastral Date: Wed, 21 Dec 2022 14:59:39 -0800 Subject: [PATCH] now let's rsync the correct folder --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfbc05a..21e9174 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,6 @@ deploy: - export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" script: - yarn install --cache-folder .yarn - - rsync -avuz -e 'ssh -i ~/.ssh/id_rsa' public/ $RSYNC_DESTINATION + - rsync -avuz -e 'ssh -i ~/.ssh/id_rsa' dist/ $RSYNC_DESTINATION rules: - if: '$CI_COMMIT_BRANCH == "main"'