Skip to content
Snippets Groups Projects
Commit e6b77126 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

It's --prod not --dist

parent 65570977
No related branches found
No related tags found
No related merge requests found
Pipeline #1029 passed
......@@ -18,7 +18,7 @@ deploy:
- apt -y install rsync
- rm -rf build
- npm ci
- node ./index.js --dist
- node ./index.js --prod
- echo "$DEPLOY_SSH_KEY" > sshkey
- chmod 600 sshkey
- rsync -e 'ssh -i sshkey -o StrictHostKeyChecking=no' -rc --delete build/ $SSH_HOST:$HTML_DIR/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment