You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIR=/var/data/volumes/kush.in/html # the directory where your website files should go
./build.sh && rsync -avz --delete public/ ${REMOTE_USER}@${REMOTE_HOST}:${DIR} # this will delete everything on the server that's not in the local public folder