7 lines
191 B
Bash
7 lines
191 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
dub clean
|
||
|
dub build --build=release
|
||
|
scp create-schematic-gen-site root@134.209.223.55:/opt/create-schematic-gen-site/
|
||
|
ssh -f root@134.209.223.55 'systemctl restart csgs'
|