update build_and_upload.sh.template with unlink
This commit is contained in:
parent
ed8bb37b15
commit
6f157eeea1
|
@ -4,10 +4,10 @@
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
# Alter these variables
|
# Alter these variables
|
||||||
#USERNAME= vps_sign_in(probably name@lexonomy.cjvt.si
|
#USERNAME=vps_sign_in(probably name@lexonomy.cjvt.si
|
||||||
#VPS_PASSWORD= vps password
|
#VPS_PASSWORD=vps password
|
||||||
#VPS_USERNAME= user name inside vps(probably name from @lexonomy)
|
#VPS_USERNAME=user name inside vps(probably name from @lexonomy)
|
||||||
#API_KEY= $(cat path/to/api/token/file)
|
#API_KEY=$(cat path/to/api/token/file)
|
||||||
|
|
||||||
# Exit if no argument is passed on run
|
# Exit if no argument is passed on run
|
||||||
if [[ -z "$1" ]]; then
|
if [[ -z "$1" ]]; then
|
||||||
|
@ -24,4 +24,4 @@ tar czf - ./config.json ./bundle.js ./local.js ./main.css ./main.html | ssh $USE
|
||||||
|
|
||||||
# Create a simlink on VPS that will enable specific plugin on https://lexonomy.cjvt.si/
|
# Create a simlink on VPS that will enable specific plugin on https://lexonomy.cjvt.si/
|
||||||
# Routes must be absolute or it doesn't work.
|
# Routes must be absolute or it doesn't work.
|
||||||
ssh -t $USERNAME -p $VPS_PASSWORD "sudo ln -s /home/$VPS_USERNAME/plugins/$PLUGIN_NAME /home/ozbolt/plugins/$PLUGIN_NAME"
|
ssh -t $USERNAME -p $VPS_PASSWORD "sudo -s unlink /home/ozbolt/plugins/$PLUGIN_NAME || true && sudo ln -s /home/$VPS_USERNAME/plugins/$PLUGIN_NAME /home/ozbolt/plugins/$PLUGIN_NAME"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user