funky-framadate-front/update-demo.sh

8 lines
211 B
Bash
Raw Normal View History

#!/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 "