Makefile | pridan cil pro nahrani Vue na testweb.
This commit is contained in:
parent
10a45c4598
commit
e3bb6dac2a
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -141,3 +141,9 @@ sync_local_db:
|
|||
|
||||
# Sync database and media. See above lines
|
||||
sync_local: sync_local_media sync_local_db
|
||||
|
||||
# Push local compiled Vue to gimli test site
|
||||
push_compiled_vue_to_test:
|
||||
scp vue_frontend/webpack-stats.json mam-web@gimli:/akce/mam/www/mamweb-test/vue_frontend/
|
||||
rsync -ave ssh seminar/static/seminar/vue mam-web@gimli:/akce/mam/www/mamweb-test/seminar/static/seminar/
|
||||
ssh mam-web@gimli.ms.mff.cuni.cz 'cd /akce/mam/www/mamweb-test/ && . env/bin/activate && ./manage.py collectstatic --noinput'
|
||||
|
|
Loading…
Reference in a new issue