SKSP_2022_strategicka_hra/server/bin/deploy

7 lines
206 B
Text
Raw Normal View History

2022-09-14 17:53:30 +02:00
#!/bin/bash
rsync static setup.py bin constraints.txt config.py.example ksp-strathra-web@localhost:web/ -LKr
rsync hra ksp-strathra-web@localhost:web/ -LKrm --exclude="config.py" --exclude '__pycache__'