4 lines
130 B
Bash
Executable File
4 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
pnpm run build
|
|
rsync -avz --delete dist/ root@threefold.info:/root/hero/www/info/threefoldgalaxy/ |