NOW let's actually build the project

This commit is contained in:
ashastral 2022-12-21 15:00:29 -08:00
parent 91502911c1
commit 05d967a620

View file

@ -24,6 +24,7 @@ deploy:
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
script:
- yarn install --cache-folder .yarn
- yarn build
- rsync -avuz -e 'ssh -i ~/.ssh/id_rsa' dist/ $RSYNC_DESTINATION
rules:
- if: '$CI_COMMIT_BRANCH == "main"'