Skip to content
Snippets Groups Projects
Commit 7e0c022b authored by Jack's avatar Jack
Browse files

In place media processing

parent 89fe8d2a
Branches
Tags
No related merge requests found
...@@ -16,9 +16,9 @@ deploy: DB_deploy Tasker_deploy ...@@ -16,9 +16,9 @@ deploy: DB_deploy Tasker_deploy
serverDeploy: DB_deploy Tasker_deploy serverDeploy: DB_deploy Tasker_deploy
gulp --release --force
rsync -ru --exclude="application/config" --exclude="news.md" --exclude="updates.md" \ rsync -ru --exclude="application/config" --exclude="news.md" --exclude="updates.md" \
~dev_rating/ $(DST_PATH) ~dev_rating/ $(DST_PATH)
gulp --release --force --dst=$(DST_PATH)
...@@ -32,4 +32,4 @@ Tasker_deploy: ...@@ -32,4 +32,4 @@ Tasker_deploy:
# database forwarding # database forwarding
DB_%: DB_%:
@$(MAKE) $* -C ./db @$(MAKE) $* -C ./db
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment