5 lines
195 B
Bash
Executable File
5 lines
195 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
pnpm run build
|
|
rsync -avz --delete dist/ root@threefold.info:/root/hero/www/info/threefoldgalaxy/
|
|
rsync -rav --delete dist/ ${HOME}/hero/var/www/threefoldgalaxy/ |