File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ cd /opt/gugik2osm
9
9
source venv/bin/activate
10
10
pip3 install -r git/requirements.txt
11
11
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/
14
14
15
15
cp git/conf/* .sh conf
16
16
cp git/conf/* .service conf
17
17
18
18
chmod 775 conf/* .sh
19
19
chmod 775 git/processing/bash/* .sh
20
20
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/
23
23
24
24
cp git/imposm3/mapping.yaml imposm3
25
25
cp git/imposm3/poland.geojson imposm3
You can’t perform that action at this time.
0 commit comments