Skip to content

Commit a905f13

Browse files
committed
Fix rsync deploy
1 parent 1d607a2 commit a905f13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conf/deploy.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ cd /opt/gugik2osm
99
source venv/bin/activate
1010
pip3 install -r git/requirements.txt
1111

12-
rsync --verbose --recursive --delete --exclude "__pycache__" git/app app
13-
rsync --verbose --recursive --delete --exclude "__pycache__" git/web web
12+
rsync --verbose --recursive --delete --exclude "__pycache__" git/app/ app/
13+
rsync --verbose --recursive --delete --exclude "__pycache__" git/web/ web/
1414

1515
cp git/conf/*.sh conf
1616
cp git/conf/*.service conf
1717

1818
chmod 775 conf/*.sh
1919
chmod 775 git/processing/bash/*.sh
2020

21-
rsync --verbose --recursive --delete --exclude "__pycache__" git/airflow/dags airflow/dags
22-
# rsync --verbose --recursive --delete --exclude "__pycache__" git/airflow/plugins airflow/plugins
21+
rsync --verbose --recursive --delete --exclude "__pycache__" git/airflow/dags/ airflow/dags/
22+
# rsync --verbose --recursive --delete --exclude "__pycache__" git/airflow/plugins/ airflow/plugins/
2323

2424
cp git/imposm3/mapping.yaml imposm3
2525
cp git/imposm3/poland.geojson imposm3

0 commit comments

Comments
 (0)