mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
8 lines
211 B
Bash
8 lines
211 B
Bash
#!/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 "
|