Skip to content

Commit 0b8a8a9

Browse files
committed
remove static path if media
1 parent c313edd commit 0b8a8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.prod"
1919
./manage.py build
2020

2121
cd ~/bakery_static/build
22-
rsync -arv ./ ~/git-python.or.kr/web/
22+
rsync -arv --exclude ./tr --exclude ./rssitem-crawling ./ ~/git-python.or.kr/web/
2323
cd ~/git-python.or.kr/web
2424
git add ./
2525
git commit -m "upload"

0 commit comments

Comments
 (0)