create-schematic-gen-site/build-and-deploy.sh

7 lines
191 B
Bash
Raw Normal View History

2023-07-17 01:43:10 +00:00
#!/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'