added deploy script

This commit is contained in:
Alexander Popov 2023-08-06 04:01:18 +03:00
parent ce83d5c719
commit cf2619418e

4
server/deploy.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
shards build --production
scp ./bin/a2s_server kvm5:~/Sites/a2s/api/a2s_server