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