#!/bin/bash git pull origin dev yarn install --pure-lockfile yarn build:demo sudo cp -r ./dist/framadate/* ../framadate-api/public/ echo " now check update demo at https://framadate-api.cipherbliss.com/index.html "